How to install codeblocks IDE for run c code

1. How to Install CodeBlocks 17.12

1) https://www.fosshub.com/Code-Blocks.html?dwl=codeblocks-17.12-setup.exe

2) Run the downloaded installer. Accept the default options.

3) Verify the Compiler’s and Debugger’s Path: (For CodeBlocks 13.12 For Windows) Goto “Settings” menu ⇒ “Compiler…” ⇒ In “Selected Compiler”, choose “GNU GCC Compiler” ⇒ Select tab “Toolchain Executables” ⇒ Check the “Compiler’s Installation Directory”. It shall be set to the “MinGW” sub-directory of the CodeBlocks installation directory, for example, suppose that CodeBlocks is installed in “c:\Program Files\codebloc”c:\Program Files\codeblocks\MinGW”.

2. Writing C/C++ Programs in CodeBlocks IDE

1) https://www.fosshub.com/Code-Blocks.html?dwl=codeblocks-17.12-setup.exe

3. Code Example

      #include<stdio.h>
        int main ()
          {
              printf("Hello World");

              return 0;
          }

4.Example

c language codeblocks ide, androwep  tutorial
Install-codeblocks-for-c-language-Androwep Tutorial

How do you use C CodeBlocks?

  • Open CodeBlocks IDE and create a new file. …
  • From the New form template window select C/C++ source and click Go button.
  • If you see a welcome message, click next to skip the welcome message. …
  • Give name to your file and specify the location. …
  • Write and save your first C program.

What is code blocks used for?

Code::Blocks is a free, open-source cross-platform IDE that supports multiple compilers including GCC, Clang and Visual C++.

Which compiler should I use for code blocks?

Well, almost. As a matter of fact it largely depends on the used compiler plugin. Some provided with the default Code::Blocks installation are GNU GCC (MinGW/Cygwin), MS Visual C++ Free Toolkit 2003, Borland’s C++ Compiler 5.5, DigitalMars Free Compiler., OpenWatcom, Small Device C Compiler (SDCC) and others.