About the tutorials...

Hi everybody!
First of all, congratulations on the website, it's very use full for people looking for learning C++. I am following the tutorials, and found an "error". You don't tell us to put system ("pause"); before the return 0, and so the program will close in no time.
It depends on how you launch your program / which IDE you use.
You shouldn't use system ( "pause" )
See these articles for reference:
http://www.cplusplus.com/forum/articles/11153/
http://www.cplusplus.com/forum/articles/7312/
Oh, thanks. I searched on the forums and found the answers. Now it works properly. Also, sorry for asking without searching.
Topic archived. No new replies allowed.