Execution

Jan 21, 2012 at 4:45pm
Hey I am a new user of C++ and I don't know how to execute (run) the program. I need help.
Jan 21, 2012 at 5:06pm
can you be more specific (which IDE you are using, configuration etc)
In main its simple you write code of program in your ide and than compaile source code if compiling sucess you just run it (from ide ) or find exe file and run it
Jan 21, 2012 at 5:11pm
This is a platform and application specific question. But all IDE provide ways to run your compiled program so search your tutorial for your IDE's way.
Jan 21, 2012 at 5:36pm
try pressing from F2 to F12 when in edit mode :D
Topic archived. No new replies allowed.