Home › Forums › C Programming › clrscr(), window(), textcolor() etc. not in conio.h? › Re: Re: clrscr(), window(), textcolor() etc. not in conio.h?
February 17, 2010 at 9:06 pm
#3631
GWILouisaxwzkla
Participant
The functions clrscr(), ect. are exclusive to the Borland Turbo Compiler. I think the easiest way to compile the code would be to download the free Borland Command Line Tools Package ( I think you can find it here: http://edn.embarcadero.com/article/20633 ) or just google free Borland Command Line Tools Package download. You could also write your own replacement functions and add them to the one of the VC++ library ( could code these using Windows API calls for 32-bit Windows applications ).