– Infinite loops, While and Do-While loops (Difference between while and do-while explained)
13
– For loop
14
– Functions
15
– Functions that return value
16
– Functions that don't return value (void functions)
17
– Functions with default arguments
18
– Pointers
19
– Passing Pointers to Functions
20
- Pointers and Arrays
21
– Classes in C++
22
– Constructors
23
– Class methods
24
– Encapsulation
25
– Inheritance
26
– Polymorphism
Description:
Dive into a comprehensive 1 hour 35 minute video tutorial on C++ fundamentals for beginners. Learn essential concepts including data types, variables, arrays, control structures, loops, functions, pointers, and object-oriented programming principles. Explore topics such as if/else statements, switch/case, loops, function types, constructors, class methods, encapsulation, inheritance, and polymorphism. Follow along with step-by-step instructions for installing Visual Studio 2019 Community and creating a C++ console application. Gain practical coding skills through examples and explanations provided by instructor Saldina Nurak from the CodeBeauty YouTube channel.