hw2 extension
This commit is contained in:
@@ -138,4 +138,4 @@ to comment your code! Use the provided template [README.txt](./README.txt) file
|
|||||||
You must do this assignment on your own, as described in the [Collaboration Policy & Academic Integrity](https://www.cs.rpi.edu/academics/courses/fall23/csci1200/academic_integrity.php) page. If you did discuss the problem or error messages, etc. with anyone, please list their names in your
|
You must do this assignment on your own, as described in the [Collaboration Policy & Academic Integrity](https://www.cs.rpi.edu/academics/courses/fall23/csci1200/academic_integrity.php) page. If you did discuss the problem or error messages, etc. with anyone, please list their names in your
|
||||||
README.txt file.
|
README.txt file.
|
||||||
|
|
||||||
**Due Date**: 09/14/2023, Thursday, 23:59pm.
|
**Due Date**: 09/14/2023, Thursday, 23:59pm. - **extended to 09/15/2023, Friday, 23:59pm, due to the network outage on Tuesday.**
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ This is just from one of the previous semesters, made by the instructor who was
|
|||||||
- Poor file organization: The .h and .cpp files should approximately match the class name (ignoring capitalization, underscores, etc) (-1)
|
- Poor file organization: The .h and .cpp files should approximately match the class name (ignoring capitalization, underscores, etc) (-1)
|
||||||
- Poor file organization: Puts more than one class in a file (okay for very small helper classes, maybe) (-1)
|
- Poor file organization: Puts more than one class in a file (okay for very small helper classes, maybe) (-1)
|
||||||
- Poor file organization: Main should probably not be in a class implementation file (-1)
|
- Poor file organization: Main should probably not be in a class implementation file (-1)
|
||||||
- A private variable in class is vector, which makes the program more complicated. (-1)
|
|
||||||
- Uses friend functions to access private fields (-1)
|
- Uses friend functions to access private fields (-1)
|
||||||
- No constructor (default or otherwise) (0)
|
- No constructor (default or otherwise) (0)
|
||||||
- 3rd STATISTIC DESCRIPTION (3 pts) (The README.txt file contains a clear and concise description of an interesting statistic different from the first two tables of data.)
|
- 3rd STATISTIC DESCRIPTION (3 pts) (The README.txt file contains a clear and concise description of an interesting statistic different from the first two tables of data.)
|
||||||
|
|||||||
Reference in New Issue
Block a user