Wednesday, September 30, 2015

How to Download and Install the Compiler (Codeblocks 13.12)

There are so many programming language that we can use. For example: C, C++, Java Programming Language, Python, C# VB, VB.NET, Pascal, Ruby, PHP, Javascript, Fortran F#, Ada, Bash, Delphi (Object Pascal), Go, Haskell Io, J#, Lua, Scala, etc. But now I will tell you about C or C++ programming language.

C or C++ programming language is used to developing system informations. There are some examples of C being used:
-. Database system
-. Graphic packages
-. Word processors
-. Spreadsheets
-. Operating System Development
-. Compilers and Assemblers
-. Network drivers
-. Interpeters

C or C++ include to middle level languages.  Middle level languages don't provide all the function in high level languages, but it is better than low level languages, can provide building blocks that we need to produce the result that we want.

To make usable program with C or C++ program, we need compiler. Compiler is program that used to make a program.

Here, I will tell u how to download and install the compiler. There are so many compiler, but now I will use Codeblocks 13.12.

First of all, you need to download the compiler. You can download that compiler from http://www.codeblocks.org/downloads/26 . If you not sure, you can choose the second one.

 
After you download the compiler, run the installer.
 
Click next.

 Read the License Agreement, and then if u agree with that just click "I Agree".
 Check all of that list, then click next.
 Choose the directory that you will use to save the compiler's data, then click Install.
 Wait until the program finish the installing.
 If you want to try the compiler just click "Run", if u don't want just click "No".
 Click "Finish" to close the wizard.
 You can use the compiler to make any program with C or C++ programming language ^^

You can watch the tutorial video at https://www.youtube.com/watch?v=3B4hPHZNtNw (by ProgrammingKnowledge2 Channel)

Have a wonderful time with CODING guys!

No comments:

Post a Comment