Lec-02-Installation and Basic Programming - C++

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 10

Computer Programming

Principles
Installation of C++ IDE
19th March, 2024

Dr. Ramesh Kumar


Associate Professor
Computer System Engineering Department,
DUET Karachi
CodeBlocks IDE
• CodeBlocks is an open-source, cross-platform
(Windows, Linux, MacOS), and free C/C++ IDE
• Built to meet the most demanding needs of its users
• Design is extensible and configurable
• This IDE supports many compliers such as:
— GCC (MinGW and Cygwin)
— MS Visual C++
— Borland C++

2
Install CodeBlocks
• Open the following url in the browser:
— https://www.codeblocks.org/downloads/binaries/
— Choose the setup according to OS installed on PC
— Select the following file
• e.g., codeblocks-13.12mingw-setup.exe
• codeblocks-20.03-setup.exe
— Download the Installer
— Installation process is very easy and straight-forward.

3
Install CodeBlocks

4
Create a Project in Codeblocks

5
Create a Project in Codeblocks

6
Create a Project in Codeblocks

7
Create a Project in Codeblocks

8
Create a Project in Codeblocks

9
10

You might also like