Thread
:
Need help getting started
View Single Post
May 29th, 2006, 7:24 PM
#
5
hervens48
Programmer
Join Date: Apr 2006
Location: Montreal, Canada
Posts: 95
Rep Power:
3
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
View Public Profile
Find More Posts by hervens48