diff options
| author | jacobdw22 <[email protected]> | 2022-11-28 14:38:28 -0800 |
|---|---|---|
| committer | jacobdw22 <[email protected]> | 2022-11-28 14:38:28 -0800 |
| commit | 51e97b3d20941cf158c12d582d5bfe92364d645a (patch) | |
| tree | 0e31e1154c3aabd732ddff3c317b521350c5b00c | |
| parent | Added small.txt and made some changes to the code. Also added a way to choose... (diff) | |
| download | cst116-lab3-jacobdw22-51e97b3d20941cf158c12d582d5bfe92364d645a.tar.xz cst116-lab3-jacobdw22-51e97b3d20941cf158c12d582d5bfe92364d645a.zip | |
saved
| -rw-r--r-- | BlankConsoleLab/cst116-lab3-wilson.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/BlankConsoleLab/cst116-lab3-wilson.cpp b/BlankConsoleLab/cst116-lab3-wilson.cpp index f58bd45..5e8e066 100644 --- a/BlankConsoleLab/cst116-lab3-wilson.cpp +++ b/BlankConsoleLab/cst116-lab3-wilson.cpp @@ -13,6 +13,7 @@ using std::cout; using std::endl; using std::setw; using std::ios; + using std::ifstream; using std::ofstream; @@ -53,8 +54,6 @@ int main() case 'l': inFile.open("large.txt"); break; - default: - break; } } |