Create CodeBlocks Installation Manual authored by Stefan Moehrdel's avatar Stefan Moehrdel
### Guide to downloading CodeBlocks
1. Go to http://www.codeblocks.org/
2. Choose "Downloads", then go to the left side and choose "Download the binary release"
3. Download "codeblocks-20.03mingw-setup.exe" (NB: Remember "mingw"!) from sourceforge.net
4. Click and run the file you just downloaded, the default options here are fine. So just press "Next" until you finish.
5. Start CodeBlocks
### Important configuration
Since the program we made uses C++ and not C, there are some changes you have to do.
1. Open CodeBlocks, then choose "Settings" in the toolbar.
2. Then choose "Compiler..."
3. Proceed to remove ALL the checked boxes, and make sure only "Have g++ follow the C++ 14 ISO C++ language standard [-std=c++14] (this makes it so you can run .cpp files and not only .c)
4. Finish off by clicking "OK".
You are now able to run our program in CodeBlocks
\ No newline at end of file