diff --git a/hws/05_online_dating/README.md b/hws/05_online_dating/README.md index 7aa0cfb..3721fb7 100644 --- a/hws/05_online_dating/README.md +++ b/hws/05_online_dating/README.md @@ -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) + - OUTPUT OPERATOR OVERLOADING (2 pts) - Does not overload the output (<<) operator. (-2) - Incorrect syntax (wrong return type, wrong arguments). (-1)