PDA

View Full Version : How to clear screen in VC++?



asylu3
21-11-2002, 02:30 PM
Many people who's just have a new step on VC++ (including me) will wonder why they can't use "clrscr()" function althought they had add conio.h to the project already. This trick can make a newbie a little bit headache. However, finally I had discovered that if you want to clear screen on VC++. You need to add "stdlib.h" and use this function 'system("cls")'
Hope that, this will useful see ya

momo
22-11-2002, 07:55 PM
cool กำลังหาอยู่เลย