You have to use weak pointers for back references. http://en.cppreference.com/w/cpp/memory/weak_ptr
I suspected as much and the next question is how is it better than C# solution except that one used to cope with C++ way?
You have to use weak pointers for back references. http://en.cppreference.com/w/cpp/memory/weak_ptr
I suspected as much and the next question is how is it better than C# solution except that one used to cope with C++ way?