Recent content by NickTech

  1. N

    Wondering if C Programming Language is still alive?

    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...