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.