From d16470e7ffb23b133c149de8e2c854735443948a Mon Sep 17 00:00:00 2001 From: Jared Sexton Date: Wed, 14 Mar 2018 21:05:06 +0000 Subject: [PATCH] Final changes --- MAIN.cpp | 3 ++- classProgress.txt | 5 ++++- classRoster.txt | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/MAIN.cpp b/MAIN.cpp index bf2fa6e..99d2b21 100644 --- a/MAIN.cpp +++ b/MAIN.cpp @@ -13,8 +13,9 @@ using namespace std; int main() { Teacher teacher; + // Bring in current class data from the file teacher.importProgress(); - + string currentUser; bool keepRunning = true; do { diff --git a/classProgress.txt b/classProgress.txt index a9230db..494eb93 100644 --- a/classProgress.txt +++ b/classProgress.txt @@ -14,4 +14,7 @@ inghro | 2 umalno | 1 grifno | 1 levina | 4 -Andrew | 500 +Andrew | 10 +Sam | 2 +Jared | 4 +bindan | 10 diff --git a/classRoster.txt b/classRoster.txt index cc14d24..f728ed8 100644 --- a/classRoster.txt +++ b/classRoster.txt @@ -11,8 +11,8 @@ inghro 2 umalno 1 grifno 1 levina 4 -Andrew 500 +Andrew 10 Sam 2 Jared 4 -bindan 43 +bindan 10 END_OF_FILE \ No newline at end of file -- GitLab