Author Topic: How to create an executable  (Read 3170 times)

Demrottens

  • Guest
How to create an executable
« 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

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: How to create an executable
« Reply #1 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.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: How to create an executable
« Reply #2 on: November 06, 2017, 09:37:00 am »
The executable is found in the /bin/Debug or /bin/Release folder of your project