cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
I'm brand new, sorry but this is a dumb
I'm brand new, sorry but this is a dumb question :P
May 18, 2008 at 4:25pm UTC
Demosthenes
(4)
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 UTC
Duthomhas
(13206)
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 UTC
Demosthenes
(4)
Ah I found out how to release it, thanks.
Topic archived. No new replies allowed.