Course Information
Course Overview
Learn the C++ programming language with a step-by-step introduction of all the important concepts and language features.
This course will teach you the fundamentals of the C++ programming language, with a focus on Modern C++ features and the efficient use of tools. Start with the fundamentals and work your way up to advanced C++11 concepts and OOP mastery!
This course is presented as a combination of slide-based theory material and screencasts showing the IDE and the author writing programs and running them in the terminal.
Here are some of the things we are going to cover in the course:
C++ ecosystem: compilers, Integrated Development Environments (IDEs) and other tools
The compilation process (how C++ source files are compiled and linked)
Data types: numeric (integers, floating-point), strings, arrays, vectors, etc.
Control flow constructs (if, switch, while, etc.)
Memory management (stack and heap allocation, deletion, smart pointers)
User-defined types (how to define your own classes and class members)
Object-oriented programming (polymorphism, inheritance, encapsulation)
Why take this course? Glad you asked. This course is...
Fast-paced, yet feature-complete — covers all core feature of the language
Covers only modern C++ (C++11, 14, 17 and 20)... there is very little 'legacy' C/C++ covered in the course!
Opinionated towards best practices using latest versions of the language
Additional content – driven by you!
That last part means that additional lectures will appear driven by your comments and requests. I read all feedback and comments and try to provide feedback as quickly as possible.
Enjoy!
Course Content
- 10 section(s)
- 67 lecture(s)
- Section 1 Overview
- Section 2 Getting Started
- Section 3 Numeric Types
- Section 4 Control Flow
- Section 5 Memory Management
- Section 6 Arrays
- Section 7 Characters and Strings
- Section 8 Functions
- Section 9 User Defined Types
- Section 10 Object-Oriented Programming
What You’ll Learn
- Comfortably write, compile, link and run C++ programs
- Solve problems using the C++ programming language
- Apply modern C++ programming practices
Skills covered in this course
Reviews
-
SShing Cheong Chan
Excellent introduction to important concepts in C++! Thanks for the course!
-
CColin Sare-Soar
Yes because I wanted a modern refresher course and something I can go back to check at any time. For a beginner though, it is too fast and not enough in depth. it would be better if there were more code samples, preferably downloadable.
-
DDominic Dallmann
Thank you very much for this impressive course! I recommend it to anyone who is interested in developing with C++.
-
KKirk Friend
As a software engineer already this course was idea for me coming from a non C++ background it has allowed me to pick up the basics of the language pretty quickly. I enjoyed the teaching style of the instructor, the videos are short and to the point. There are a few reasons I cannot give this course 5 stars: - Some of the examples used features which had not yet been explained. - I feel like there could be another section to cover topics such as templates which has been used in some of the examples. - As OOP is important for today's software I thought this section could have gone into a little more little. No mention of static member's or interfaces. I still really enjoyed this course, and have gone on to purchase another course from this instructor.