Advertisement

executable

Started by January 22, 2005 01:30 PM
2 comments, last by GhostGL 19 years, 7 months ago
How do you make executables from C++?
do you mean a compiler?
Advertisement
: -)
Well to make an executable you need to compile your code. for example in MC visual c++ 6.0 you open your cpp file in the compiler, hit Ctrl+f7 to compile it. now if you dont have a workspace, dont fear, it will ask you to make one at this point. Once it compiles correctly with no errors then you can build it, by hitting your F7 key, if this builds correctly with no errors, then you'll have a executable. The executable is stored in your debug folder that is created when you build your cpp program. Hope this helps.

GhostGL

This topic is closed to new replies.

Advertisement