MHmuhammad hassaninmuhamadhassan.hashnode.dev·Jun 16, 2025 · 1 min readFastest way to clear std::vectorstd::vector is one of the most used container in c++ this is because of it’s felexaplity and h00
MHmuhammad hassaninmuhamadhassan.hashnode.dev·May 2, 2025 · 1 min readC++ Unique PointerC++ Unique Pointer00
MHmuhammad hassaninmuhamadhassan.hashnode.dev·May 2, 2025 · 1 min readC++ Shared Pointerstd::shared_ptr is type of c++ smart pointer class under <memory> header but what is00
MHmuhammad hassaninmuhamadhassan.hashnode.dev·May 2, 2025 · 3 min readA Complete Guide to Smart Pointers in C++what is the Smart Pointers smart pointers are wrapper classes that was introduced in c++11 but what is the difference between smart pointers and classic pointers , the main difference between smart pointers and raw pointers is memory management and r...00
MHmuhammad hassaninmuhamadhassan.hashnode.dev·Apr 29, 2025 · 1 min readC++ Concurrency In Action CH.1 Hello, world of concurrency in C++!I start reading this book after many recommendation form colleges so I decided to make a personal summarization for this book . in this first chapter the main idea focuses on the history of threads in c++ , and the difference between concurrency and ...00