diff --git a/MAIN.cpp b/MAIN.cpp index bf2fa6e5754947e9201743bb7c5b246ea684a2bf..99d2b21ce301222abc406c981dcaeee7e8a866a6 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 a9230dbcc2105743f41e2ba52f8b0e8a9058e937..494eb93fa56a1866204da60aff8851ad89a9fa54 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 cc14d24dc603ddc97fab8515e3eb0e630b3d87a5..f728ed8a02c1aa1fd28271e6953c3f2305c5033e 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