View Single Post
  #15 (permalink)  
Old 07-20-2008, 10:58 PM
dargueta dargueta is offline
Guru
 
Join Date: Oct 2007
Age: 18
Posts: 862
Last Blog:
Programs Under the Hoo...
Credits: 0
Rep Power: 13
dargueta is a jewel in the roughdargueta is a jewel in the roughdargueta is a jewel in the roughdargueta is a jewel in the rough
Default Re: C++ system() not working!!?!? (Cygwin bash shell?)

Odd...
I did a bit of Googling, and came upon what might be a solution. Try doing this:

Code:
system("cmd.exe /c cls");
Reply With Quote