Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Demrottens on November 05, 2017, 06:29:59 pm

Title: How to create an executable
Post by: Demrottens on November 05, 2017, 06:29:59 pm
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
Title: Re: How to create an executable
Post by: stahta01 on November 06, 2017, 05:25:54 am
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.
Title: Re: How to create an executable
Post by: BlueHazzard on November 06, 2017, 09:37:00 am
The executable is found in the /bin/Debug or /bin/Release folder of your project