[Updated] Pointer-to-Pointer and Reference-to-Pointer
Learn the reason behind using pointer-to-pointer and reference-to-pointer to modify a pointer passed to a function, to understand their usage better.
Learn the reason behind using pointer-to-pointer and reference-to-pointer to modify a pointer passed to a function, to understand their usage better.
A beginning-level article covering the problems, bugs, and technique solutions that correspond to using pointers.
Smart Pointer (with Object Level Thread Synchronization '& Reference Counting Garbage Collection)
Allows assignment from derived class to a base class and has a BackPtr class to implement weak references
Smart Pointer that supports subclassing
Performs reference counting, garbage collection and supports subclasses
Function Pointers to Non-Static Object Methods
Smart Pointers and other Pointer classes