cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
.Exe program in codeblocks?
.Exe program in codeblocks?
Dec 29, 2010 at 11:58am UTC
nathvi
(1)
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.
Dec 29, 2010 at 12:28pm UTC
Athar
(4466)
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.