remove the member variable must be private requirement
This commit is contained in:
@@ -215,7 +215,7 @@ You must do this assignment on your own, as described in the [Collaboration Poli
|
||||
- DATA REPRESENTATION (Must create and use homemade linked lists for the implementation.) (5 pts)
|
||||
- No credit (significantly incomplete implementation). (-5)
|
||||
- Uses std::vector, std::list, or data structures which have not been covered in this class. (-5)
|
||||
- Member variables are public. (-2)
|
||||
<!--- Member variables are public. (-2)-->
|
||||
- OUTPUT OPERATOR OVERLOADING (2 pts)
|
||||
- Does not overload the output (<<) operator. (-2)
|
||||
- Incorrect syntax (wrong return type, wrong arguments). (-1)
|
||||
|
||||
Reference in New Issue
Block a user