aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authortylr <[email protected]>2021-12-07 22:42:40 -0800
committertylr <[email protected]>2021-12-07 22:42:40 -0800
commit44a32fdc2d1ce46a27b5a68db68629c99fb8d405 (patch)
treebb4a0a758957a0be9ce880fe061d3ec2c30cc383 /main.cpp
parentFinished Project. (diff)
downloadcst116-proj3-till-t-master.tar.xz
cst116-proj3-till-t-master.zip
Finished.HEADmaster
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.cpp b/main.cpp
index b8c62c3..2b037d7 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,4 +1,3 @@
-//tyler taormina
//cst 116
//dec 7, 2021
//Project 3 (Isabella Mon, Tyler Taormina)
@@ -39,8 +38,6 @@ int main()
ProcessChoice(flag, menu_choice, SIZE, mat1, mat2, matMult, tranMat, matSum);
}
-
-
cout << "Thanks for checking out the program!" << endl;
return 0;
}
@@ -222,7 +219,6 @@ void ProcessChoice (int& flag, int menu_choice, int size, float mat1[SIZE][SIZE]
}
-
void ClearBuffer()
{
// clears buffer after menu choice so as not to interfere with the following user inputs.