Home > Articles > Programming > C/C++
C/C++
61 Items
Sort by Date | Title
- Smart Pointers
-
By
Andrei Alexandrescu
- Feb 8, 2002
- In this chapter from Modern C++ Design, Andrei Alexandrescu navigates through the sometimes treacherous waters of using smart pointers, which imitate built-in pointers in syntax and semantics but perform a host of additional tasks that built-in pointers can't.
|