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

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.
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.
Ah I found out how to release it, thanks.
Topic archived. No new replies allowed.