Range & View

  • Post category:C++

In the C++20 standard library, the Ranges library introduces a novel abstraction for manipulating sequences of elements. Two fundamental concepts within this library are ranges and views. Range A range…

Continue ReadingRange & View

Thread

  • Post category:C++

Introduction to Multithreading in C++ with std::threadIn modern software development, multithreading is a crucial concept for building efficient and responsive applications. C++11 introduced the std::thread class as part of the…

Continue ReadingThread

shared_ptr in C++

  • Post category:C++

In the landscape of modern C++ programming, smart pointers are indispensable tools that significantly simplify memory management, one of the most challenging aspects of the language. Among these, shared_ptr, introduced…

Continue Readingshared_ptr in C++

End of content

No more pages to load