Overview
Syllabus
– CodeBeauty Intro.
– C++ Intro.
– Installing Visual Studio 2019 Community.
– Creating C++ Console app project?.
– Primitive Data types and Variables.
– Arrays.
– If/else statement .
– Ternary (conditional) operator.
– Nested if, if-else-if.
– Enums .
– Switch/case statement.
– Infinite loops, While and Do-While loops (Difference between while and do-while explained).
– For loop.
– Functions.
– Functions that return value.
– Functions that don't return value (void functions).
– Functions with default arguments.
– Pointers.
– Passing Pointers to Functions.
- Pointers and Arrays.
– Classes in C++.
– Constructors.
– Class methods.
– Encapsulation.
– Inheritance.
– Polymorphism.
Taught by
Traversy Media