consists to consist
This commit is contained in:
@@ -305,7 +305,7 @@ You must do this assignment on your own, as described in the [Collaboration Poli
|
||||
- Uses std::list, or data structures which have not been covered in this class. (-7)
|
||||
- Defines/Uses a list class. (-5)
|
||||
- Defines/Uses an iterator class (okay to use iterators to iterate through other containers such as vectors). (-5)
|
||||
- Does not use homemade linked lists (which consists of chain of nodes) to store all the users. (-5)
|
||||
- Does not use homemade linked lists (which consist of a chain of nodes) to store all the users. (-5)
|
||||
<!--- Member variables are public. (-2)-->
|
||||
<!-- - OUTPUT OPERATOR OVERLOADING (2 pts)
|
||||
- Does not overload the output (<<) operator. (-2)
|
||||
|
||||
Reference in New Issue
Block a user