News

Dealing with circular references in C++ isn't as simple. In the first installment of this series on pointers, I covered the two most common smart pointers. One of them, shared_ptr, implements ...