diff options
| author | tylr <[email protected]> | 2021-12-07 22:42:40 -0800 |
|---|---|---|
| committer | tylr <[email protected]> | 2021-12-07 22:42:40 -0800 |
| commit | 44a32fdc2d1ce46a27b5a68db68629c99fb8d405 (patch) | |
| tree | bb4a0a758957a0be9ce880fe061d3ec2c30cc383 /main.cpp | |
| parent | Finished Project. (diff) | |
| download | cst116-proj3-till-t-master.tar.xz cst116-proj3-till-t-master.zip | |
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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. |