What is Code Blocks? How TO Download Code Blocks
Today in this article we will know what is code blocks and how to download code blocks.
Before downloading Code Blocks, you should know why to use a compiler like Code Blocks. So let’s know about this.
When we write a program using a programming language, then to make that program understandable by the machine, it has to be converted into the binary language (0 and 1 ), because the computer can only understand the machine language (0 and 1 language).
In such a situation, the code we have written will have to be converted into binary language or machine language. Compilers like Code Blocks are used only to convert the code into binary language or machine language.
What is code blocks?
Code Blocks is a compiler that converts the code or programs written in a programming language into a binary language (0 and 1) that the machine can understand so that the machine can easily understand the programs or code written by us.
Different compilers are present in the market according to different operating systems.
If we want to make our programs understandable for Mac Operating System, then a different compiler is used for that and a different compiler is used for Windows Operating System and Linux Operating System.
Code blocks are mostly used to compile programs written in C/C++ language. Let us now know how to download Code Blocks.
How to download Code Blocks
1. First of all you have to go to this website
http://www.codeblocks.org/downloads
2. After going to that website, you will see two options first “Download the binary release” and second “Download the source code”.
3. You have to click on “Download the binary release”.
4. Download Code Block Compiler according to your operating system (Windows XP / Vista / 7 / 8.x / 10)
As I have Windows 10, I will download – codeblocks-20.03mingw-setup.exe. By clicking on Sourceforge.net.
5. If you want, you can also download Code Blocks Compiler directly from https://sourceforge.net/projects/codeblocks/
After coming here https://sourceforge.net/projects/codeblocks/ you don’t have to do much, just click on the download option and you have to download Code Blocks directly.
Conclusion
Friends, I hope that you have now installed the code block. If you face any problem related to downloading the code block, then tell me in the comment below, I will definitely solve your problem.