summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBensProgramma <[email protected]>2021-12-03 17:41:39 -0800
committerGitHub <[email protected]>2021-12-03 17:41:39 -0800
commitba2cb1ebd4357a4bdad0858b674cc821eb5a0cab (patch)
tree4fe67610b2549e88d4ed3da26ca62efcff8e8a3e
parentAdded documentation (diff)
downloadarchived-project-3-hernandez-schroeder-ba2cb1ebd4357a4bdad0858b674cc821eb5a0cab.tar.xz
archived-project-3-hernandez-schroeder-ba2cb1ebd4357a4bdad0858b674cc821eb5a0cab.zip
More documentation updates.
-rw-r--r--Project3_Hernandez_Schroeder/Project_3_Hernandez_Schroeder.cpp60
1 files changed, 38 insertions, 22 deletions
diff --git a/Project3_Hernandez_Schroeder/Project_3_Hernandez_Schroeder.cpp b/Project3_Hernandez_Schroeder/Project_3_Hernandez_Schroeder.cpp
index 53dafde..8243108 100644
--- a/Project3_Hernandez_Schroeder/Project_3_Hernandez_Schroeder.cpp
+++ b/Project3_Hernandez_Schroeder/Project_3_Hernandez_Schroeder.cpp
@@ -3,7 +3,7 @@
// Written by Ben Schroeder and Freddy Hernandez
-// date: 11/23/2021 and periodically updated up to 12//2021
+// date: 11/23/2021 and periodically updated up to 12/3/2021
//
// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
@@ -11,11 +11,16 @@
// 11/23/2021 Via email: Just discussed a potential gameplan for the project. Decided we would individually look over the problem in
// the next few days and check back with each other in the next few days as well.
// 11/22/2021 Via email: Just went over some basic steps of who is going to start it and best times to meet.
-// 2)11/26/2021 Via email: We got together and decided who would do what and how we would go about doing such things, Ben also set up github for us.
+// 11/26/2021 Via email: We discussed the psuedoCode. We got together and decided who would do what and how we would go about doing such things, Ben also set up github for us.
+// 11/30/2021 Via email: Discussed alternative versions for the different functions in the program. Also, decided on the aesthetics of the program display.
+// 12/02/2021 Via Email: Discussed Freddy's new algorithm for the multiplication function. Also, Discussed finishing up the documentation for the project.
+//
//
//
// Code Updates:
-// 11/24/2021 Wrote several functions for the program.
+// 11/24/2021 BAS Wrote several functions for the program.
+// 11/26/2021 FHJ Wrote alternative versions for the functions.
+// 12/02/2021 Settled on a mix of both versions as the final set of algorithms.
//
//
//
@@ -26,38 +31,49 @@
// 1) I will begin to draw up psuedocode for the functions in the project,
// 2) I know how to do most of the operations involved in the project, however,
// 3) I do not know how exactly to build the addition and multiplication tables.
-// 11/26/2021
+// 11/26/2021
+// 1) I hope to complete all of the algorithms for the functions in the project.
+// 2) I have a good grip on the Add(), the menuDisplay(), the getMatrices() functions.
+// 3) I'll have to sit down with the Multiplication function with a piece of paper and work out the intricasies...
+// I may settle for 9 separate equations for the algoritm ...?
+// 11/30/2021
+// 1) I plan to look over Freddy's functions and see if we can incorporate bits of both of our work into the code.
+// 2) It looks like all of Freddy's code works just as well as mine did. (save the display format I created)
+// 3) I'm not sure if we'll use the 'row', 'col' commands or if we'll just use a 3 for the bounds of the for loops
+// in the addition, and multiplication functions.
+// 12/02/2021
+// 1) I plan to put the finishing touches on the code today
+// 2) I know were going to use a hybrid of both of our contributions to all of the functions.
+// 3) I don't see what else we will need to add to this program to meet all of the requirements... It looks rather complete.
//
//
//
// AGILE QUESTIONS for Freddy Hernandez
// (ie 1)What specific task? 2)What do I know about the specific task? 3)What do I not know about the specific task? )
//Nov 24 5:00Am-8:00Am
- //1) The specific task I will complete today, I want to be able to lay out all information and plan out a way to start out.
- //2) I know what i want to use roughly and how i want to lay things out
- //3) I dont know if its the best way to do it, i want to talk to Ben and make sure he is okay with
- //things or if there is another way we can start things.
+// 1) The specific task I will complete today, I want to be able to lay out all information and plan out a way to start out.
+// 2) I know what i want to use roughly and how i want to lay things out
+// 3) I dont know if its the best way to do it, i want to talk to Ben and make sure he is okay with
+// things or if there is another way we can start things.
//Nov 26, 3:00Pm-9:00Pm
- //1)The specific task that I want to complete today is i want to be able to finish getting inputs from user and adding them
- //2)I do know that i will be using some for loops to get inputs but also for the adding
- //3) I dont know how to really start
+// 1) The specific task that I want to complete today is i want to be able to finish getting inputs from user and adding them
+// 2) I do know that i will be using some for loops to get inputs but also for the adding
+// 3) I dont know how to really start
//Nov 28, 12:00Am-2:00Am
- //1)The specific task that I want to complete today is I want to be able to set up the multiplication matrix
- //2)I do know how the Matrix multiplication works
- //3)I dont know how i am going to set it up since I want to be able to do it with some for loops just like the addition part
+// 1)The specific task that I want to complete today is I want to be able to set up the multiplication matrix
+// 2)I do know how the Matrix multiplication works
+// 3)I dont know how i am going to set it up since I want to be able to do it with some for loops just like the addition part
//Dec 1, 7:00Pm-12:00Am
- //1)The specific task that I want to be able to complete today is that I want to be able to finish the muliplication matrix
- //2)I do know that it does work with for loops but there is a part that isnt making sense to me, i might have
- //to add another column and maybe another incrementing variable to increment the column
- //3)I dont know where that other column is going to be implemnted
-
-
+// 1)The specific task that I want to be able to complete today is that I want to be able to finish the muliplication matrix
+// 2)I do know that it does work with for loops but there is a part that isnt making sense to me, i might have
+// to add another column and maybe another incrementing variable to increment the column
+// 3)I dont know where that other column is going to be implemnted
//
//
//
//Testing Plan:
-// Enter several types of inputs into the matrices... compare the outputs to a scientific calculator for accuracy
-// Run
+// Enter several types of inputs into the matrices..(ie floats, ints) and compare the outputs to a scientific calculator for accuracy
+//
//
//
//