C++ Shared Pointer
std::shared_ptr is type of c++ smart pointer class under <memory> header
but what is
Search for a command to run...
std::shared_ptr is type of c++ smart pointer class under <memory> header
but what is
No comments yet. Be the first to comment.
std::vector is one of the most used container in c++ this is because of it’s felexaplity and h
C++ Unique Pointer
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...

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 ...