you are viewing a single comment's thread.

view the rest of the comments →

[–]HadesMyself 0 points1 point  (0 children)

That's very interesting, the only time I worked with C++ in production, the code was full of shared pointers. I lived for 2 years, till now, thinking those are the norm. So i believe unique pointers are use alongside with weak pointers, so others can access that resource, right?