|
-
Jul 27th, 2001, 05:50 PM
#1
Thread Starter
PowerPoster
Problem with VC++ console app
Just a little question that how do I keep the VC++ from terminating my console app about 1 sec after I run it. I tried teh following codes to get not close my app until a key is pressed but that does not work in VC++
system("PAUSE")
OR
gethcar();
If there any other way to not close the app until a key is pressed?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|