How to get a exe file

Apr 19, 2015 at 5:11pm
Say once i finish a project how would i get the exe file

the file that when clicked on launches the particular programme

i need to know this because once im done i want to publish applications but only the exe not the source code or project file(code blocks)

thank you for any replies
Last edited on Apr 19, 2015 at 5:31pm
Apr 19, 2015 at 5:18pm
Hey MIZ It's great you're staying so active.

The exe file is placed in your project's "bin" directory (then inside either the debug or release folder) by default in code::blocks. When you "build and run" from the IDE you're actually making the exe, that's what code::blocks starts upon completing the build.
Last edited on Apr 19, 2015 at 5:37pm
Topic archived. No new replies allowed.