ok, after I write the code I save the file and compile it, then what is the file suppose to run on, MS DOS? Like some maze game I dled(that is a C++ program) what do I run that game with?
it depeneds on the code...seeing it would help. But you probably use a "cout" command which outputs to a dos prompt. If there are graphic calls then maybe not. But it really just all depends on whats in the code.