PhillipKP / congenial-spoon

A guess the number game written in C++17, with Xcode 12 for Mac OS Catalina and MS Visual Studio 2019 for Windows 10.
0 stars 0 forks source link

Creating a high score tracker #3

Open PhillipKP opened 4 years ago

PhillipKP commented 4 years ago

This would be a good exercise because it teaches your how to write to files, load files, and parse data stored in files.

PhillipKP commented 4 years ago

Breaking the problem down:

PhillipKP commented 4 years ago
PhillipKP commented 4 years ago