Mini Map
Log In
Learn C++
0%
1.
Talk to the Machine
Say “Hello!”
Quiz: Say “Hello!”
Project: Print More Greetings
Solution: Print More Greetings
Do Some Math
Quiz: Do Some Math
Project: Quick Calculations
Solution: Quick Calculations
Remember Values
Quiz: Remember Values
Project: Personal Profile
Solution: Personal Profile
Work with the Text
Quiz: Work with the Text
Project: Favorite Color Message
Solution: Favorite Color Message
Ask the User
Quiz: Ask the User
Project: Favorite Number Message
Solution: Favorite Number Message
2.
Teach It to Think
Make Decisions
Quiz: Make Decisions
Project: Number-Based Response
Solution: Number-Based Response
Choose Between Options
Quiz: Choose Between Options
Project: Day of the Week
Solution: Day of the Week
Try, Fail, and Fix
Quiz: Try, Fail, and Fix
Project: Fix the Errors
Solution: Fix the Errors
Repeat Yourself
Quiz: Repeat Yourself
Project: Loop It Up
Solution: Loop It Up
Build a Number Guessing Game
Project: Add Guess Feedback
Solution: Add Guess Feedback
Project: Workout Volume Tracker
Solution: Workout Volume Tracker
3.
Give It a Memory
Write Your Own Commands (Functions)
Quiz: Write Your Own Commands (Functions)
Project: Line Printing Function
Solution: Line Printing Function
Pass Information Around (Function Parameters)
Quiz: Pass Information Around (Function Parameters)
Project: Even or Not
Solution: Even or Not
Keep Lists of Things (Arrays)
Quiz: Keep Lists of Things (Arrays)
Project: Print Favorite Numbers
Solution: Print Favorite Numbers
Track with Vectors
Quiz: Track with Vectors
Project: Favorite Cities Vector
Solution: Favorite Cities Vector
Create a Contact Book
Quiz: Create a Contact Book
Project: Complete Contact Info
Solution: Complete Contact Info
Project: Student Score Manager
Solution: Student Score Manager
4.
Simulate the World
Build a Menu System
Project: Add a Joke Option
Solution: Add a Joke Option
Save and Load from Files
Quiz: Save and Load from Files
Project: File I/O with Name
Solution: File I/O with Name
Simulate Something
Project: Save and Load Balance
Solution: Save and Load Balance
Play with Randomness
Project: Play with Randomness
Solution: Play with Randomness
Game Project: Rock, Paper, Scissors
Project: Task Manager App
Final Project
Build Your App
Learn C++
/
...
/
Project: Save and Load Balance
Project: Save and Load Balance
We'll cover the following...
Add a save/load option
...