You might have heard this phrase by your professors a lot - "C++ is a superset of C. Anything that works in C, works in C++." If you are in India, probably that's
I am a lazy f***, and sometimes, while working on my laptop, I don’t feel like stretching my hand aaaaaallllll the way to the laptop. I use an app on my phone
Backend development is a hot topic right now, and there are literally thousands of languages to write a server with. You have the oldest contender PHP, you have Ruby, Python, Java, C++, JavaScript
Now that we are all stuck in our homes in front of the computer, looking for new skills to add to our arsenal, what’s better than learning A Programming Language ? What do
Template metaprogramming is one of the most powerful features of C++. It gives your code readability, re usability and flexibility. One of the core concepts of template metaprogramming is SFINAE - Substitution Failure