Learn C++ coding through interactive console applications
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 5.5 Hours | 1.18 GB
Genre: eLearning | Language: English
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 5.5 Hours | 1.18 GB
Genre: eLearning | Language: English
Beginner programmers can learn C++ programming basics by making interactive console applications like quiz games
In this course you will learn most of the elementary and core concepts in
programming, through the creation of interactive C++ console applications.
In this course, we will cover many fundamental programming concepts like as including libraries, variables and types, expressions, conditional statements, logic flow and control, loops, arrays and more.
All lectures have at least 1 example that allows you to practice these concepts. I've included many example programs, programmed in a procedural style, throughout the course.
These all lead up to the final few lectures where we create a large final project that brings many of these concepts together: a fully functional 2 player Tic Tac Toe console application, with replaying and scoring.
Topics which are covered:
Creating console applications
Input and output
Variables and types
Scope
Boolean expressions
If and else statements
Switch statements
For loops
While loops
Do-while loops
Arrays
Multidimensional arrays
Interconnected usage of all these things
Concrete examples: Guess the number game, continuous calculator, 2 player Tic Tac Toe, online account system simulator, etc…