MVC & Design patterns in C++
- by theunanonim
I have an assignment (university level) in C++
The application that was done so far:
- MVC agenda
- the views are command-line
- Agenda contains a list of contacts
- a contact may be a friend or an acquiantance
- Agenda may contain also a Company that is a contact and may contain other contacts
(sorry the code is already too big as I tried to…