How to get a exe file

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
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
Topic archived. No new replies allowed.