Running your program

Hey, I'm new to C++, and I am used to Turring, were when you click "run", a new winodw pops up and executes your program. I've been going through the tutorials here, and there exccellent, but whenever I hit the "compile and run" button or just the "run" button, a black screen flashes up and dissapears immediatly. How can I see the results of my program?
You need to add a stop to the end of your program. See: http://www.cplusplus.com/forum/beginner/1988/#msg7263
Topic archived. No new replies allowed.