News

Using standard algorithms like std::find_if, std::remove_if and std::remove_copy_if manually is somewhat tedious, may be error-prone and not DRY. For example, we had an issue in our project where the ...
C++ is an old but evolving language. It has been around for a long time, but has changed significantly, particularly since 2011. In this article, we will review a few of its most compelling new ...
Explore the C++ 23 STL with practical guidance on vectors, algorithms, and custom types for intermediate developers, enriched by real-world examples. Key Features. Master the std::vector and ...