This commit is contained in:
Jidong Xiao
2024-01-10 09:57:51 -05:00
20 changed files with 768 additions and 1 deletions

View File

@@ -148,7 +148,8 @@ Use good coding style when you design and implement your program. Organize your
- Two or more of name, collaborators, or hours not filled in. (-2)
- No reflection. (-1)
- STL Vector & String (3 pts)
- did not use STL vector (-3)
- Did not use STL vector (-3)
- Did not use STL string (-3)
- Program Structure (7 pts)
- No credit (significantly incomplete implementation) (-7)
- Putting almost everything in the main function. It's better to create separate functions for different tasks. (-2)