21 new features of Modern C++ to use in your project, Move Constructor & Assignment Operator, unique_ptr with example in C++

21 New Features of Modern C++ to Use in Your Project

Reading Time: 10 minutes So, you came across the Modern C++ & overwhelmed by its features in terms of performance, convenience & code expressiveness. But in a dilemma that how you can spot where you can enforce Modern C++ features in your day to […]

All about lambda functions in C++

All About Lambda Function in C++(From C++11 to C++20)

Reading Time: 7 minutes Lambda function is quite an intuitive & widely loved feature introduced in C++11. And, there are tons of articles & tutorials already available on the topic. But, there are very few or none of them touched upon things like IIFE, […]