View Single Post
Banned
17Feb2010,07:55  
vignesh1988i's Avatar
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.....