Designed for people who don’t have any knowledge about the programming and want to program in C++
This course covers C++ from very basic to more advanced features.
What you’ll learn
- Functions.
- Looping with while, do/while, for, if, if-else, switch, range-based for statements, and recursion.
- Pointers.
- Using existing classes and creating objects.
- Constructors and Destructors.
- How to overload operators.
- Using inheritance and class hierarchies.
- Using Polymorphic functions and dynamic binding.
- Using smart pointers.
- Files and streams in C++.
- Templates.
- File input and output.
- Arrays.
- & much more.
Course Content
- Introduction –> 4 lectures • 35min.
- Data types and Statements –> 8 lectures • 1hr 4min.
- Arrays & Function –> 7 lectures • 1hr 3min.
- Classes in C++ –> 2 lectures • 15min.
- Pointer, variables, Constructors & Destructors –> 3 lectures • 30min.
- Overloading in C++ –> 2 lectures • 18min.
- Inheritance in C++ –> 5 lectures • 20min.
- Pointers in C++ –> 3 lectures • 16min.
- Polymorphism,Virtual Function and Abstract Classes –> 2 lectures • 16min.
- Files in C++ –> 4 lectures • 27min.
- Vectors & Class Templates –> 3 lectures • 14min.
Requirements
- Any Programming Knowledge is Preferable, but not Compulsory.
- Access to a computer running Windows, Mac OS X or Linux.
This course covers C++ from very basic to more advanced features.
Concepts of C++ programming are made very simple and easy.
Every topic is covered in greater detail.
Every Topic is Explained with Real-life Examples.
C++ is one of the most popular languages in the world! It’s used by over 4 million developers worldwide, and in the US the average salary of a C++ developer is over $100,000 a year!
The course is designed for those who don’t have any prior knowledge about programming. It doesn’t matter if you have never written any programs or you have no idea about programming… After this course, all of this will change. You will bust the myth that programming is a difficult thing only for the few!
After this course, you will be able to use the advanced components of the C++ language.
Why this course?
Practical, hands-on, and aimed at beginners who are keen on mastering C++, this course is designed to get students coding in C++ as quickly as possible, while also teaching the best tips, tricks, and theory behind the code.
Every section has challenges and exercises for students to confirm their knowledge and put their newly learned skills to the test.
What I will learn?
- Basics – Datatypes and Variables
- Operators and Expressions
- Conditional Statements
- Loops
- Pointers
- Functions
- Function Overloading
- Oops Concepts
- Classes and Objects
- Constructors
- Destructors
- Operator Overloading
- Inheritance
- Polymorphism
- Abstract Classes
- Function Overriding
- Friend Members
- Static Members
- Inner Classes
- Templates
- Exception Handling
- I/O Streams
- STL
- Lambda Expressions
- Features on Modern C++ 11
- Student Project