🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Fixing confusing C++ shared pointer errors

Started by
20 comments, last by Gnollrunner 1 year, 9 months ago

Josh Klint said:

I see them as just letting the compiler handle manual reference counting automatically.

I'm not sure what manual reference counting means. Just about any reference counting smart pointer does the same thing including normal sized ones. But if you are happy with std::shared_ptr then use it.

This topic is closed to new replies.

Advertisement