diff options
| author | Taylor Rogers <[email protected]> | 2022-11-28 10:31:54 -0800 |
|---|---|---|
| committer | Taylor Rogers <[email protected]> | 2022-11-28 10:31:54 -0800 |
| commit | edfb19a6ac76df3372e9a2eb52c4326711301255 (patch) | |
| tree | 5e92a8983dac0b7b8dcf38863e9b5b4f19479c39 | |
| parent | Added large.txt (diff) | |
| download | cst116-lab3-taylorrog-edfb19a6ac76df3372e9a2eb52c4326711301255.tar.xz cst116-lab3-taylorrog-edfb19a6ac76df3372e9a2eb52c4326711301255.zip | |
added name
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index a1c1afa..ad4a7ad 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -1,4 +1,6 @@ -// BlankConsoleLab.cpp : This file contains the 'main' function. Program execution begins and ends there. +// Lab3 +// +// Taylor Rogers // #include <iostream> @@ -15,7 +17,7 @@ using std::ifstream; using std::ofstream; using std::string; -const int MAX = 50; +const int MAX = 100; int ReadData(ifstream& inFile, int pick[], int drop[], int psgr[], float dist[], float fare[], float toll[]); |