Safepointers

Started by
1 comment, last by Lazy303 20 years ago
Does anyone know any good tutorial or examples of how to write a safe pointer class?
Advertisement
The Enginuity-series by Richard Fine. It is hosted on GameDev.net.



Indeterminatus

--si tacuisses, philosophus mansisses--
Indeterminatus--si tacuisses, philosophus mansisses--
You also might want to check out Loki or boost::smart_ptr. On the dead tree front, both Andrei Alexandrescu''s "Modern C++ Design" and Nicolai Josuttis'' "The C++ Standard Library" books present smart pointer designs.

This topic is closed to new replies.

Advertisement