From 0ae8a79fda19a16029cc0468694962ef70dab5d7 Mon Sep 17 00:00:00 2001 From: Trevor Bouchillon Date: Mon, 28 Nov 2022 19:25:42 -0800 Subject: added small file --- BlankConsoleLab/BlankConsoleLab.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'BlankConsoleLab/BlankConsoleLab.cpp') diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index f590282..ea64379 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -1,3 +1,6 @@ +//Lab 3 +//Trevor Bouchillon + #include #include // For the files!!!! #include // For manipulators & formatting options @@ -14,8 +17,8 @@ using std::ofstream; const int EMPLOYEES = 20; const int MAX = 21; -string OutFileName = "C:\\TEMP\\Chap_11_ReportOut.txt"; -string InFileName = "C:\\TEMP\\Chap_11_Report.txt"; +string OutFileName = "C:\\TEMP\\smallOut.txt"; +string InFileName = "C:\\TEMP\\small.txt"; int ReadData(ifstream& inFile, ofstream& outFile, char name[][MAX], int age[]); void WriteOutputFile(ofstream& outFile, char name[][MAX], int age[], int counter); -- cgit v1.2.3