Search found 1 match

by Wichetael
Sat Jun 07, 2003 7:54 pm
Forum: General
Topic: Several beginner problems with C++
Replies: 6
Views: 904

The problem with Q2 is that you're not starting your own program but you're starting CMD so you need to end CMD for the actual program to end, (which is what you do by typing exit.) You need to use the /c switch instead of the /k for CMD to terminate after executing the program.

As for php ...