Thread: How do I....?
View Single Post
Old 07-05-2005, 04:11 AM   #5 (permalink)
tspier2
 
Newb Techie

Join Date: Jul 2005

Posts: 9

tspier2

Send a message via Yahoo to tspier2
Default

When writing the code, underneath your cout<<""; area, add

("pause")
return 0;

That will keep your window open, and return 0; tells the computer to return back to point zero.
tspier2 is offline