somebody help me
This is probably a stupid Question but,
When I run a C++ program (the tutorials, from a book, etc) the window won''t stay open and they close. What is wrong, did I miss something? I keep reading that that windows should say "press any key to continue".
What I want to know is why the MSDOS window won''t stay open.
I have only seen "hello world" flashed on the screen for a second at most.
I have tried to figure out what''s wrong but can''t.
Remember I am new to C++ when you''re responding.
Put either system("pause") or getch() at the end of your program.
ReactOS - an Open-source operating system compatible with Windows NT apps and drivers
It''s meant to do that. Put a call to "getchar()" near the end of main (include stdio.h).
[Resist Windows XP''s Invasive Production Activation Technology!]
[Resist Windows XP''s Invasive Production Activation Technology!]
this happened to me too, i figured out how to solve this problem but i forgot how. It has to do with how you''re compilling it like as a release or debug etc etc. I cant quite remember
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement