When I worked on a project written in Delphi, I implemented some kind of my own smart pointers. Technically, a smart pointer is a regular object (class) which references to another "target" object, which is a wrapper for a "smart pointer server" object. When the "server" object is destroyed (for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.