Showing posts with label program. Show all posts
Showing posts with label program. Show all posts

Tuesday, 27 November 2012

How to use clrscr() in Netbeans

How to use clrscr() in NetBeans



This is specially for NetBeans users. Sometimes you might be facing some problems when you have to use "clrscr()" in C/C++ in NetBeans.
The reason is the NetBeans IDE does not supports conio.h header file and "clrscr()" is included in that library.
So this is the how you can use clrscr() alternate and clear the screen.