All Questions
Tagged with smart-pointer multithreading
1 question
2
votes
2
answers
645
views
How do I get rid of cyclic references in this design?
I have 3 classes: Meeting, Project and Agenda.
A Project contains all sort of information + a list of meetings.
The Agenda contains a list of upcoming Meetings.
A Meeting contains some data + a list ...