Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Clrscr() function

Status
Not open for further replies.

Stainnd

Programmer
Jul 9, 2001
65
US
I included 'conio.h', and then used the clrscr(); function to clear the screen. I get the error 'undefined identifier 'clrscr'. Any luck? -Mike
 
clrscr(); isn't always in conio.h,it depends on the compiler. Try also including stdlib.h and stdio.h, you can never miss with that. Check the documentation that comes with the compiler. Greetz,
muppeteer.gif

themuppeteer@hotmail.com

Don't eat yellow snow...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top