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 keep the MVC aspect of the application, and I can't post it here or request your time to study it..)
To do:
- implement factory method pattern
- implement observer pattern
- implement strategy pattern
- implement visitor pattern
The evaluation will depend on the number of added patterns and places they have been added.
Am I an idiot or this is the stupidies possible assignement ?
If not, please help me with some basic tips.. which one where ?
Best Regards.
P.S. Sorry for my English