I'm brand new, sorry but this is a dumb question :P

May 18, 2008 at 4:25pm
How do I open a C++ project that I made, but not open it with the compiler? Like I want to open the program from anywhere that I put it, and then my project runs.
May 18, 2008 at 5:01pm
It modify your code, use a plain-text editor, like notepad or your IDE.

To execute your code, use the IDE (or another compiler) to generate an EXE file. You can run the EXE anywhere you put it.
May 19, 2008 at 12:59am
Ah I found out how to release it, thanks.
Topic archived. No new replies allowed.