Overview
Dive into a comprehensive 40-minute video tutorial on C++ programming, covering essential concepts from setup to advanced topics like abstract classes. Learn to print, work with variables and data types, understand pointers, manipulate strings and numbers, handle user input, and utilize arrays and vectors. Master functions, control structures including if statements, switch statements, and loops. Explore object-oriented programming with classes, objects, constructors, getters, setters, and inheritance. Gain practical knowledge on exception handling and abstract classes. Access source code and additional resources to enhance your learning experience in this fast-paced, information-packed guide to C++ programming.
Syllabus
Overview -
Setup -
Printing -
Variables & Data Types -
Casting -
Pointers -
Strings -
Numbers -
User Input -
Arrays -
2d Arrays -
Vectors -
Functions -
If Statements -
Switch Statements -
While Loops -
For Loops -
Exception Catching -
Classes & Objects -
Constructors -
Getters & Setters -
Inheritance -
Abstract Classes -
Taught by
Mike Dane