summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacobdw22 <[email protected]>2022-11-28 14:38:28 -0800
committerjacobdw22 <[email protected]>2022-11-28 14:38:28 -0800
commit51e97b3d20941cf158c12d582d5bfe92364d645a (patch)
tree0e31e1154c3aabd732ddff3c317b521350c5b00c
parentAdded small.txt and made some changes to the code. Also added a way to choose... (diff)
downloadcst116-lab3-jacobdw22-51e97b3d20941cf158c12d582d5bfe92364d645a.tar.xz
cst116-lab3-jacobdw22-51e97b3d20941cf158c12d582d5bfe92364d645a.zip
saved
-rw-r--r--BlankConsoleLab/cst116-lab3-wilson.cpp3
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;
}
}