Overview
Syllabus
- Introduction
- User Input and Output
- using namespace std Potential Problems
- if Statement and Comparisons
- Comparing char with tolower
- User Input with getchar
- else Clause and else if
- Nested if Statements
- Logical Operators
- booleans The Truth Exposed
- Switch Statement
- Defining a Function Prototype and Definition
- Function Returns and Arguments
- While Loop with Guessing Games
- Random Number Generation
- Multiple C++ File Compilation
- for Loops vs While Loops
- Decrementing for Loop Count Down
- Arrays and Looping
- Vectors
- Passing Arrays and Vectors to Functions
- Function Overloading
- Function Templates and Template Overloads
- Intro to Deques Double Ended Queue
- Reading and Writing to Files ifstream and ofstream
- Intro to Classes and Objects Object Oriented Programming
- Reading and Writing Custom Object Collection from File
- Custom Constructors
- Static Methods
- Stacks and Queues Shopping List Exercise
Taught by
Caleb Curry