News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

How to create an executable

Started by Demrottens, November 05, 2017, 06:29:59 PM

Previous topic - Next topic

Demrottens

Hello everyone! I am new to codeblocks, I have started using it a month ago, after practicing a bit of C++ I started programming a new program for personal use, just an agenda to manage my events and stuff

I already can create schedules and save some data in different files, but I would like to know where do I have to click to create an executable in order for me to use the program when it's finished

stahta01

Are you asking how to package your program (How to make an installer for your program)?

I ask because your post makes no sense to me.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

BlueHazzard

The executable is found in the /bin/Debug or /bin/Release folder of your project