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
C++, being a strongly typed language, is strict with its types. And there are
always cases when you need to convert one type into another, which is known as
casting. Sometimes, the casting
Remember the good old days of programming in LOGO? I do, at least! Back then it
was the most 1337 thing to do. I remember waiting one week for that one day when
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