Complete Modern C++ (C++98/11/14/17)
Learn the features of Modern C++ in depth
Use C++ as an object-oriented language
Write real-world applications in C++
Demystify function & class templates
Use STL components in your applications
Course Prerequisites
Learn C++ in depth with modern features introduced with C++11/14/17
C++ is a general purpose programming language invented by Bjarne Stroustrup. It is still one of the more popular programming languages, used for creating high performance applications across a wide variety of domains & platforms.
In 2011, C++11 was born. This revision added lot of new features to the language and it got a new name, Modern C++. This emphasizes writing C++ code using modern features of the language such as move semantics, automatic type inference, threading, lambda expressions, smart pointers and a lot more. C++11 was followed by C++14, that added even more features and enhanced existing onces. In 2017, we may see a new release called C++17, that will add a filesystem library (covered in the course), parallel versions of STL algorithms, new library types such as std::optional, std::any and more.
This course teaches C++ as an object oriented language with modern features. It focuses on teaching C++ concepts, both old and new, with clear examples. It builds upon the basic language facilities that are then used to build more complex programs with classes, operator overloading, composition, inheritance, polymorphism, templates, concurrency, etc. It even digs deep into assembly to understand few concepts better. After every few topics, a quiz is presented that tests your understanding of the previous topics. Have fun learning Modern C++.
Note that this course is not for you if
You have never programmed before
You don't know ANY programming language
You want to learn basics of programming
Check a few preview videos to get an idea of the course content & structure
Course Introduction
Required Software
Source Code
Visual Studio 2015 Installation
Visual Studio 2017 Installation
CodeBlocks Installation
Cevelop Installation
XCode Installation
What is C++
First C++ Program
FREE PREVIEWThe C++ Build Process
C++ Types
Basic Console Input/Output
Functions - I
FREE PREVIEWFunctions - II
FREE PREVIEWOverview of Debugging in Visual Studio
Uniform Initialization (C++11)
Pointer Type
Practice
Reference Type
Practice
References vs Pointers
const Qualifier
const Qualifier & Compound Types
Practice
Automatic Type Inference (auto) (C++11)
Range-Based For Loop - I (C++11)
FREE PREVIEWRange-Based For Loop - II (C++11)
FREE PREVIEWFunction Overloading
Default Function Overloading
Inline Functions
Function Pointers
Namespace
Quiz
Review
Memory Allocation using malloc
Memory Allocation using new
Allocating Dynamic Arrays - I
Allocating Dynamic Arrays - II
Review
Object Oriented Programming Basics
class
Constructor & Destructor
struct
Non-static Data Member Initialization (C++11)
FREE PREVIEWthis pointer
Constant Member Functions
State Member Functions
Copy Semantics - I
FREE PREVIEWCopy Semantics - II
Delegating Constructor (C++11)
Default & Deleted Functions (C++11)
Review
Value Categories (C++11)
Move Semantics Basics
Move Semantics Implementation
Rule of 5 & 0
Copy Elision
FREE PREVIEWstd::move Function
Quiz
What other students say about this course
Liked the way instructor teaches C++. Starts with basic concepts, examples and internal details of all features.
Liked the way instructor teaches C++. Starts with basic concepts, examples and internal details of all features.
Read LessSo far looks good. Enough examples to practice, well detailed. Helpful instructor.
So far looks good. Enough examples to practice, well detailed. Helpful instructor.
Read LessThe course is good, but I'd like to request the instructor to add more assignment activies if possible. Thank you.
The course is good, but I'd like to request the instructor to add more assignment activies if possible. Thank you.
Read LessGood coverage of all topics of C++.
Good coverage of all topics of C++.
Read LessDet har vært et veldig bra kurs, god oppbygging og gjennomgang. Ser nå frem til design mønstre.
Det har vært et veldig bra kurs, god oppbygging og gjennomgang. Ser nå frem til design mønstre.
Read LessThe course is very complex and useful! Thank you very much!
The course is very complex and useful! Thank you very much!
Read LessGet to know your instructor
Learn creational design patterns & their implementation in modern C++.
$16.99
Learn structural design patterns & their implementation in modern C++.
$16.99
Learn behavioral design patterns & their implementation in modern C++.
$16.99
Add your email to the mailing list to get the latest updates.