Welcome to our course on C++ programming! In this course, you will learn the fundamental concepts of C++ and practice with hands-on projects.
We will start by covering the basics of C++, including the structure of a program, variables and types, constants, and operators. You will learn how to perform basic input and output and how to use control structures to control the flow of your program.
Next, we will delve into the concept of functions, including function overloads and templates, and how to use name visibility to control the scope of your code. We will also cover compound data types, such as arrays, character sequences, pointers, and dynamic memory, and how to use them in your programs.
In addition to these basic concepts, we will also cover data structures and other data types in C++. You will learn how to use these tools to store and manipulate data in your programs.
Finally, we will delve into object-oriented programming (OOP). You will learn about classes, including special members and friendship and inheritance. We will also cover polymorphism, which allows you to create code that is flexible and can be easily modified and extended.
By the end of this course, you will have a strong foundation in C++ programming and be able to apply your skills to real-world projects.
Course covers these topics completely with examples:
Basics of C++
Structure of a program
Variables and types
Constants
Operators
Basic Input/output
Program structure
Control Structures
Functions
Overloads and templates
Name visibility
Compound data types
Arrays
Character sequences
Pointers
Dynamic Memory
Data structures
Other data types
Object Oriented Programming(OOP)
Classes (I)
Classes (II)
Special members
Friendship and inheritance
Polymorphism