# C++ Smart Pointers
Cpp Tips 3 / 3
15 min read
Tips for C++: Looking into smart pointers, their history, giving a brief examples of common memory management issues, and how c++11 modernized past smart pointers flaws.
Welcome to crueyKernel->dev, a blog about software, hardware, and firmware topics and occasional other stuff.
Tips for C++: Looking into smart pointers, their history, giving a brief examples of common memory management issues, and how c++11 modernized past smart pointers flaws.
Tips for C++: Looking into all the C++ loops, but emphasizing the for-each/range-based loops which is a new feature in c++11.
Tips for C++: Looking into initialization, and how to implement it via the modern approach.