On Pointer Types: Peeking at Reference Semantics
In this article, I aim to introduce the concept and motivation behind using pointers. There are breeds of C++ developers that only use smart pointers for safety reasons, others that only use raw pointers for performance benefits, and some that use bo...
dcode.hashnode.dev11 min read