executable
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
GhostGL
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement