Thread
:
C++ system() not working!!?!? (Cygwin bash shell?)
View Single Post
#
15
(
permalink
)
07-20-2008, 10:58 PM
dargueta
Join Date: Oct 2007
Age: 18
Posts: 862
Last Blog:
Programs Under the Hoo...
Credits:
0
Rep Power:
13
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");
dargueta
View Public Profile
Send a private message to dargueta
Find all posts by dargueta