0% found this document useful (0 votes)
9 views

C++ Introduction & Download

Welcome back home

Uploaded by

ma77595777
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

C++ Introduction & Download

Welcome back home

Uploaded by

ma77595777
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

Introduction to C++

Programming
Made with ❤ by Bilal
What is C++
● C++ is a general-purpose programming language:
a. General-purpose programming language can be used for any programming
activity.
b. (general purpose language ka matlab hay, aisi programming language jo
programming kay related har kaam kar sekti ho).
● C++ is an object oriented programming language.
● C++ is a very popular language.
● C++ is used in various fields such as game development, web development,
software development, operating system development, database or embedded
system.
Bjarne Stroustrup (Inventor of c++)

Bjarne Stroustrup is inventor of c++


language.

He created this language in 1979.


Why to learn c++

● Widely used in software development, game development, systems programming etc.


● Provides control over system resources and memory
● Helpful to learn programming concepts.
How to install c++? (with images)

STEP 1:
search c++
version 5.11
on google

Click on first
website
STEP 2

After clicking on first website you will see this page:


Step 3: Go to download section & click download now
After clicking download now, c++ compiler will
be downloaded
You can see dev c++ in download section
Double click on dev c++ & you will see this
interface:
Click on yes to
download dev c++
compiler.
Click on ok….
Click on I agree
Click on Next
Choose folder,
& Install:
Wait for install:
Click on the
finish button
Congratulation C++ is installed
Go to file, then go to new & click source file:
Woah, you
made your
first c++
program
More:

● Practice c++ everyday on dev c++


● Take help from your computer book, from teacher.
● Watch c++ tutorials on youtube.
● Visit w3school website for learning c++ basics.

You might also like