CRTP C++ Examples

Curiously Recurring Template Pattern(CRTP) in C++ is definitely a powerful technique & static alternative to virtual functions. But at the same time, learning it may seem a bit weird at first. If you are like me who struggled to grasp anything in one go. Then this article might help you to provide a thought process on where CRTP fits in day-to-day coding. And, if you are an Embedded Programmer, you may run into CRTP more often....

July 3, 2020 · 13 min · 2755 words · Vishal Chovatiya

7 Advance C++ Concepts & Idiom Examples You Should Know

So I have started updating myself with Modern C++ a while ago & since my post 21 new features of Modern C++ to use in your project & All about lambda function in C++ was popular I decided to write about advance C++ concepts & idioms which I have learned from this wikibook & course. There are many other advance C++ concepts & idioms as well but I consider these 7 as “should-know”....

November 16, 2019 · 16 min · 3358 words · Vishal Chovatiya