What you'll learn

  • Use C++ as an object-oriented language

  • Write real-world applications in C++

  • Demystify function & class templates

  • Use STL components in your applications

  • Full lifetime access
  • Access on mobile
  • Certificate of Completion

    Course Prerequisites

    • Basic programming knowledge of any computer language
    • Modern C++ compiler, preferably Visual Studio 2015/17/19 Community (or XCode, Clang, g++, Cevelop, Eclipse CDT, Code::Blocks)

Course Description

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

  1. You have never programmed before

  2. You don't know ANY programming language

  3. You want to learn basics of programming


Check a few preview videos to get an idea of the course content & structure


Course curriculum

    1. Course Introduction

    1. Required Software

    2. Source Code

    3. Visual Studio 2015 Installation

    4. Visual Studio 2017 Installation

    5. CodeBlocks Installation

    6. Cevelop Installation

    7. XCode Installation

    1. What is C++

    2. First C++ Program

      FREE PREVIEW
    3. The C++ Build Process

    4. C++ Types

    5. Basic Console Input/Output

    6. Functions - I

      FREE PREVIEW
    7. Functions - II

      FREE PREVIEW
    8. Overview of Debugging in Visual Studio

    9. Uniform Initialization (C++11)

    10. Pointer Type

    11. Practice

    12. Reference Type

    13. Practice

    14. References vs Pointers

    15. const Qualifier

    16. const Qualifier & Compound Types

    17. Practice

    18. Automatic Type Inference (auto) (C++11)

    19. Range-Based For Loop - I (C++11)

      FREE PREVIEW
    20. Range-Based For Loop - II (C++11)

      FREE PREVIEW
    21. Function Overloading

    22. Default Function Overloading

    23. Inline Functions

    24. Function Pointers

    25. Namespace

    26. Quiz

    27. Review

    1. Memory Allocation using malloc

    2. Memory Allocation using new

    3. Allocating Dynamic Arrays - I

    4. Allocating Dynamic Arrays - II

    5. Review

    1. Object Oriented Programming Basics

    2. class

    3. Constructor & Destructor

    4. struct

    5. Non-static Data Member Initialization (C++11)

      FREE PREVIEW
    6. this pointer

    7. Constant Member Functions

    8. State Member Functions

    9. Copy Semantics - I

      FREE PREVIEW
    10. Copy Semantics - II

    11. Delegating Constructor (C++11)

    12. Default & Deleted Functions (C++11)

    13. Review

    1. Value Categories (C++11)

    2. Move Semantics Basics

    3. Move Semantics Implementation

    4. Rule of 5 & 0

    5. Copy Elision

      FREE PREVIEW
    6. std::move Function

    7. Quiz

About this course

  • $12.99
  • 226 lessons
  • 20 hours of video content

Reviews

What other students say about this course

5 star rating

Detailed course

Alesia J

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 Less
5 star rating

Good

Ruchi Verma

So far looks good. Enough examples to practice, well detailed. Helpful instructor.

So far looks good. Enough examples to practice, well detailed. Helpful instructor.

Read Less
5 star rating

Clear examples, easy to understand

Shreya Madhavan

The 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 Less
5 star rating

Modern C++

Alessandro Thomas

Good coverage of all topics of C++.

Good coverage of all topics of C++.

Read Less
5 star rating

Ferdig med kurset:-)

Bard Sagstad

Det 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 Less
5 star rating

Excellent course!

Eugen Vilcu

The course is very complex and useful! Thank you very much!

The course is very complex and useful! Thank you very much!

Read Less

Instructor

Get to know your instructor

Owner at Poash Technologies & Poash Learning Umar Lone

Civil engineer who found his calling in software development. Never worked as a Civil engineer, jumped at the first chance and started teaching C++, Visual C++ & COM 18 years ago. Currently, trains software professionals in various IT companies in India in different technologies, such as C++, Advanced C++, STL, Design Patterns, Android, Unity, Linux, etc. Very passionate about teaching and has trained more than 35,000 software professionals in a teaching career spanning more than 2 decades. An avid gamer, currently trying his hand with game development in Unity & Unreal. Has a few Android applications to his credit, including one on Design Patterns. Only thing he likes more than C++ is Modern C++.

New course notifications

Add your email to the mailing list to get the latest updates.

Thank You