Tag: modern C++
All the articles with the tag "modern C++".
-
C++ Design Patterns Explained: Singleton, Factory, and Observer in Modern C++
Learn the most important C++ design patterns with modern C++17 code examples — Singleton, Factory Method, Observer, and more, explained clearly.
-
Smart Pointers in Modern C++: unique_ptr, shared_ptr, and weak_ptr Explained
Stop using raw pointers. This guide explains C++ smart pointers — unique_ptr, shared_ptr, and weak_ptr — with real examples, ownership rules, and when to use each.