Exporting a basic C++ code to exe? (Codeblocks)

Associate
Joined
20 Aug 2007
Posts
1,333
Location
Solihull
Hey guys, I'm just playing around with some C++ in codeblocks, my codes compile and run fine within codeblocks, does anyone know if it is possible to export it so it can run as a standalone application/exe? And if so, how? :)
 
To compile it as a standalone exe, your compiling it in real-time from within CBs.

Haven't used CB for a long time, but there will be an option to 'build' the project. The resulting exe by default will be saved into the 'project_name/bin' directory within the CB dir.
 
Back
Top Bottom