Mar 20, 2005 #1 iamjd Technical User Feb 12, 2005 37 US I am trying to figure out how to clear the screen in a console window using Microsoft Visual Studios C/C++. I have tried using the header file conio.h and the function clrscr(); but that doesn't work. Any suggestions will be greatly appreciated.
I am trying to figure out how to clear the screen in a console window using Microsoft Visual Studios C/C++. I have tried using the header file conio.h and the function clrscr(); but that doesn't work. Any suggestions will be greatly appreciated.
Mar 20, 2005 Thread starter #2 iamjd Technical User Feb 12, 2005 37 US I figured it out. It figures I find a solution after posting. THANKS! Upvote 0 Downvote
Mar 20, 2005 Thread starter #3 iamjd Technical User Feb 12, 2005 37 US system("cls"); Upvote 0 Downvote