Introduction
Fun with C++
()
What you should know
()
1. Getting Started
IDE setup
()
Algorithms and pseudocode
()
How to create a simple program
()
Challenge: Hello World
()
Solution: Hello World
()
2. Data Representation
Declaring simple data types as variables
()
Declaration of variables
()
Storage of data in memory
()
Constants
()
Arrays
()
Challenge: Random number generator
()
Solution: Random number generator
()
3. Flow of Control
If statements
()
Conditional checking
()
Switch statements
()
For loops
()
While loops
()
Do… while loop
()
Challenge: Add loop to game
()
Solution: Add loop to game
()
4. Functions
What is a function?
()
Creating a function
()
Function parameters
()
Calling, prototypes, and defining functions
()
Using functions in our program
()
Challenge: Move gameplay to function
()
Solution: Move gameplay to function
()
5. File I/O
Opening and reading from a text file
()
Open a text file to write to
()
Challenge: Write order to file
()
Solution: Write order to file
()
6. Data Structures
Structs
()
Classes
()
Pointers
()
Linked lists
()
Challenge: Orders in a linked list
()
Solution: Orders in a linked list
()
Ex_Files_Learning_C_Plus_Plus.zip
(15.1 MB)