0% found this document useful (0 votes)
2 views3 pages

C++ Programming Course

This document outlines a C++ programming course that covers topics from basics to advanced concepts, including variables, data types, loops, functions, and sorting techniques. The course begins with an introduction to programming and C++, explaining its purpose and history. C++ is highlighted as a versatile language used for building software, games, and websites.

Uploaded by

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

C++ Programming Course

This document outlines a C++ programming course that covers topics from basics to advanced concepts, including variables, data types, loops, functions, and sorting techniques. The course begins with an introduction to programming and C++, explaining its purpose and history. C++ is highlighted as a versatile language used for building software, games, and websites.

Uploaded by

senankhanaps1122
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

C++ programming course

Learn from basics to advance


presented
by:
Topics Covered in This Course
[Link] to programming and C++
[Link] and Data Types
[Link] and Output
[Link] in C++
[Link] Statements(if , if-else , nested if,
switch)
[Link] (for, while , do-while , nested loop)
[Link]
[Link]
[Link]
[Link] sorting and searching technique
[Link] programs and projects
Lecture 1:Introduction To Programming
and C++
Programming: means giving instructions to
a computer to perform specific tasks.
A program is a set of instructions written in a

language the computer understands( 0s ,


1s ).
C++: is a programming language.
It was created by Bjarne Stroustrup in 1979.
It is used to build software , games ,
websites.

You might also like