Table of Contents
Back Button
Back to Chapter
C++ Setting Up
C++ Introduction
No items found.
C++ Basics
No items found.
C++ Control Statements
No items found.
C++ Logical Operators
No items found.
C++ Procedural Programming
No items found.
C++ Structural Programming
No items found.
C++ Implementation of OOPS
No items found.
C++ Arrays and Vectors
No items found.
C++ Error Handling
No items found.
C++ File Handling
No items found.

C++ Setting Up

To begin our C++ journey let us first download and set up a C++ IDE and text editor.

IDE or integrated development environment is basically a software application  which provides the programmers with comprehensive facilities for software development.

In this course we will be using Dev C++ which is a free full-featured IDE (integrated development environment)distributed  for programming in C and C++. It was released in 1998. It was developed by Collin Laplace.

Software is a set of instructions and data that tells a computer how to work.

The link given below will take you to the page from where you can download Dev C++.

Dev-C++

Click on download.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/bdae4203-cf0c-4e5c-8a49-c7595ed3eafc/download.png

Once you finish downloading this file, click on the small icon that appears at the bottom left of your web page, choose the open in folder option.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/540be53d-71c3-4c28-bee0-c83cb22a30d7/icon.png

This should open your setup application in downloads folder click on this application.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/811ef9e7-3587-461b-8f88-771577efb6f5/showinfolder.png

A message will pop up asking you to allow "this app to make changes to your device", just click "Yes".

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/ef43bf92-3127-4dab-82da-08e95a4ea794/WhatsApp_Image_2021-05-15_at_11.48.57.jpeg

and once it's installed, you will be prompted to choose a language, proceed with English

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/214dc4a0-ad6d-4cb6-8e46-0cc9c061a68f/language.png

Then you will be asked to agree to the license agreement.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/b1c87979-2630-4cd4-9693-bdc4d6293904/agree.png

After agreeing to the license agreement, you will be asked to choose components just click on next as all components will be selected by default.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/b451ce33-7a53-4129-a54d-f2beeb7d7673/components.png

Finally, choose the location where you wish to install the application and click install.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/63b5cbba-1df1-42a4-8a40-60da0f2a59a4/locations.png

Wait for the files to get installed and click on next.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/59ea3f05-4505-4960-8966-948218f20296/location.png

You will see a small checkbox "Run Dev C++" click on the checkbox and finish the installation.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/4cfe2de9-de33-42dd-835e-539f1af0c51d/run.png

Now you are ready to write your first program.

Go to file>>new>>source file or use shortcut ctrl+N

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/6f063e47-3a59-431e-ba4b-cbe2d82259d1/Untitled_1.png

Happy Coding!!!

Ask queries
Contact Us on Whatsapp
Hi, How Can We Help You?