View Single Post
Old 21-12-2008, 05:23 PM   #17
The Bard
Abandonia Bard
 
The Bard's Avatar


 
Join Date: Feb 2006
Location: Velika Gorica, Croatia
Posts: 117
Default

I think that #include<cstdlib> is better for C++ if you're using system() order.
Or you can do the old trick with
char z;
cin >> z;
on the end of the program, you can probably guess how that one works...
The Bard is offline                         Send a private message to The Bard
Reply With Quote