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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

clrscr() in Codewarrior v3.1

Status
Not open for further replies.

Phred

Programmer
Apr 6, 1999
20
0
0
US
OK, I know this is the Microsoft C++ channel, but someone around here's got to have some experience with Codewarrior. To use the clrscr() function, all you're supposed to need to do is insert <conio.h> as a header file...however, for some reason, several more files are supposed to be included when you use Codewarrior. I don't know what they are, so if anyone else does, please hook me up with the info!
 
it might possibly be curses.h.<br>
or you might just want to use a system call like<br>
system("cls");
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top