Compiling with Code::Blocks Graphical interface

suggest change
  1. Download and install Code::Blocks here. If you’re on Windows, be careful to select a file for which the name contains mingw, the other files don’t install any compiler.
  2. Open Code::Blocks and click on “Create a new project”:
  3. Select “Console application” and click “Go”:
  4. Click “Next”, select “C++”, click “Next”, select a name for your project and choose a folder to save it in, click “Next” and then click “Finish”.
  5. Now you can edit and compile your code. A default code that prints “Hello world!” in the console is already there. To compile and/or run your program, press one of the three compile/run buttons in the toolbar:

    Compiling and running the default "Hello world!" code gives the following result:

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Compiling and building:
* Compiling with Code::Blocks Graphical interface

Table Of Contents
8 Arrays
11 Loops
39 Streams
51 Unions
56 Lambdas
60 SFINAE
62 RAII
67 Sorting
84 RTTI
87 Scopes
97 Compiling and building
104 Profiling
107 Recursion
117 Iteration
125 Alignment
134 Semaphore
136 Debugging
139 Mutexes
142 decltype