Thread
:
how to install headers like conio.h
View Single Post
vignesh1988i
Banned
17Feb2010,07:55
MAINLY IN GCC , THE FUNCTIONS LIKE CLRSCR() wont work ... because i too had this problem,,,,, use system("cls"); function which will be in stdlib.h.... this function is nothing but functions connecting directly to DOS.....