.Exe program in codeblocks?

Hey everybody, I was wondering how I would start making a simple .exe file for windows using the code blocks environment. Any help is appreciated.
Create a new project, write your code and select Build/Build or press F9 for "Build and run".
You will find the .exe files in the bin subfolder of your project.
Make sure to switch to the Release build when you want to distribute the .exe file.
Topic archived. No new replies allowed.