C++ for Beginners
This course provides a comprehensive introduction to the programming language C++ and its applications as they relate to web-browsers, operating systems, among other platforms.
1.1 - Create, Run, and Debug a Simple Program
1.2 - Tour the IDE and Create a Simple Program
1.3 - Step Through a Simple Program (Debugging)
1.4 - Build Log
1.5 - Ways to Launch a Program
Module 1: LAB
2.1 - Variables
2.2 - Data Types
2.3 - Character Data Type
2.4 - Integers
Module 2: LAB
3.1 - Error Reporting
3.2 Data Types Sizes
3.3 - Casting
3.4 - Output Formatting
3.5 - See-In Screen
Module 3: LAB
4.1 - Code Comments
4.2 - Advise on Naming Variable and Functions
4.3 - Exam Several Types of Operators
4.4 - Exam Comparison and Logical Operator Types
4.5 - Operator Precedence
Module 4: LAB
5.1 - Decision Making Using F and L Statements
5.2 - Control Program Flow with Switch Statement
5.3 - Ternary Logic
5.4 - Do-While Loop
5.5 - For Loop
Module 5: LAB
6.1 - Arrays
6.2 - Process Arrays
6.3 - Multidimensional Arrays
6.4 - Pointers
Module 6: LAB