diff options
| author | BensProgramma <[email protected]> | 2021-10-16 13:32:00 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-16 13:32:00 -0700 |
| commit | 97f6faa738e926a4780ae25db8e355301c4839de (patch) | |
| tree | a8724b6168319e3e62c788668556591d151929eb | |
| parent | Update CST116_Project1_Schroeder.cpp (diff) | |
| download | cst116-proj1-bensprogramma-97f6faa738e926a4780ae25db8e355301c4839de.tar.xz cst116-proj1-bensprogramma-97f6faa738e926a4780ae25db8e355301c4839de.zip | |
Update CST116_Project1_Schroeder.cpp
| -rw-r--r-- | CST116_Project1_Schroeder.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CST116_Project1_Schroeder.cpp b/CST116_Project1_Schroeder.cpp index d532c4c..173666e 100644 --- a/CST116_Project1_Schroeder.cpp +++ b/CST116_Project1_Schroeder.cpp @@ -6,7 +6,7 @@ // Email: [email protected]
//
-/*Documentation of the meetings with your partner: when, where and what you discussed.
+/*Documentation of the meetings between Benjamin Schroeder and Frederico HernandezJimenez: when, where and what you discussed.
Email: Wed. 10/12/2021 9:00p
Topics discussed:
-What documentation is needed
@@ -18,10 +18,10 @@ -Corresponding by swapping files via email.
-Trouble getting Microsoft computer files to open on Mac
-Problem was resolved via email:
- Visual Studio Code was copied into email and sent to Mac computer.
- Then that text copied to a newly created C++ Project on the Mac computer.
+ -Visual Studio Code was copied into email and sent to Mac computer.
+ Then that text copied to a newly created C++ Project on the Mac computer.
-Similarly the .cp file sent from the Mac needed to be opened in NotePad and
- that text transeferred to a newly created C++ project on the Microsoft computer.
+ that text transeferred to a newly created C++ project on the Microsoft computer.
*/
|