How to install Code::Blocks

 1. Click on this link: http://www.codeblocks.org/ 19.0k

2. Then click on downloads tab mentioned on the website.

Code_blocks_neso_academy

3. Then click on “download the binary release”.

4. Then you’ll select a suitable package depending on your platform. If you are a windows user, simply click on codeblocks-17.12mingw-setup.exe ​and run this exe file and follow the instructions as it is given. This setup will also download the GNU gcc compiler.

5. Finally, open the codeblocks IDE, you may have to specify the compiler and debugger path

Go to settings -> compiler -> In "Selected Compiler", choose "GNU GCC Compiler" -> Select tab "Toolchain Executables" -> Check the "Compiler's Installation Directory" -> set it to "c:\Program Files\codeblocks\MinGW" if not already set.

6. You are all set.

Happy Coding!

Mr. G. Netaji

No comments

File Uploading in PHP

  File Uploading in PHP PHP allow you to upload any type of a file i.e. image, binary or text files.etc..,PHP has one in built global variab...