Tagged Questions
0
votes
2answers
153 views
C++ referring to an object being constructed
In C++ I have a reference to an object that wants to point back to its owner, but I can't set the pointer during the containing class' construction because its not done constructing. So I'm trying to ...