I would like to learn C++, Everytime I write the code or should I say copy the code down, I get to where I want to compile but cannot get the program started. Can any one help by explaining how after I copy the code the steps from then on. Thank you in advance.
If you compile it and it won't run maybe try adding system("PAUSE"); at the end of your code (right before return 0. This will only work on Windows and isn't portable.
I would like to learn C++, Everytime I write the code or should I say copy the code down, I get to where I want to compile but cannot get the program started. Can any one help by explaining how after I copy the code the steps from then on. Thank you in advance.
yes i can help you.please tell me clearly your query.
If you compile it and it won't run maybe try adding system("PAUSE"); at the end of your code (right before return 0. This will only work on Windows and isn't portable.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.