C++ Crash Course For Beginners

Informasi unduhan dan detail video C++ Crash Course For Beginners
Pengunggah:
Traversy MediaDiterbitkan pada:
12/8/2020Penayangan:
357.8KDeskripsi:
The video opens with a brief CodeBeauty introduction at 00:07, followed by an overview of C++ basics at 00:37. At 04:34 the instructor demonstrates how to install Visual Studio 2019 Community, and at 05:33 shows how to create a new C++ console app project. From 09:44 onward the tutorial covers the core language constructs – primitive data types, variables, arrays, and control flow statements such as if/else (19:15), ternary operators (20:20), nested conditions (21:38), enums (26:30), and switch/case (26:11). Looping constructs are explained at 32:04, covering infinite loops, while and do‑while loops, before moving on to the for loop at 37:53. The next segment, beginning at 40:23, introduces functions, outlining how they can return values, return void, or accept default arguments. Pointers are discussed starting at 46:18, including how to pass them to functions (47:15) and their relationship to arrays (53:31). Object‑oriented concepts appear from 58:27 onwards, featuring classes, constructors (1:04:48), class methods (1:07:45), encapsulation (1:09:33), inheritance (1:17:14), and polymorphism (1:23:05).






