View Single Post
Old May 29th, 2006, 7:24 PM   #5
hervens48
Programmer
 
Join Date: Apr 2006
Location: Montreal, Canada
Posts: 95
Rep Power: 3 hervens48 is on a distinguished road
Send a message via AIM to hervens48 Send a message via MSN to hervens48
If you use the devc++ compiler, add the folowing code at the end of program, instead of return 1:
char response;
cin>>response;

and that should do it
hervens48 is offline   Reply With Quote