DarkShadows5
- 2
- 0
DarkShadows5 said:your tutorials are great so far but i was wondering why every time i run one of the assignments it only shows the window for a split second?
I typed everything in exactly and it does this except however the "hello world" example does not disappear as soon as it appears.
it's quite annoying to have to "try" to hit prtsc key when it pops up to see what it says... lol
haha NVM I figured it out instead of using
return 0;
use
system("PAUSE");
return EXIT_SUCCESS;
and it will pause it so you can view the information.