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

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 day coding job. No worries, here we will see 21 new features of Modern C++ you can use in your project. C++ community releasing new standards more frequently than iPhone releases....

October 13, 2019 · 13 min · 2675 words · Vishal Chovatiya

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

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, types of lambda and newer updates on lambda by subsequent standard releases. So, I got the opportunity to fill the blank. I will start this article with what is lambda function!...

September 19, 2019 · 8 min · 1670 words · Vishal Chovatiya