Posts

01 implicit conversions

C++ Insights – Implicit Conversions

/
I'm totally happy to announce that this post starts a series of posts to C++ Insights. C++ Insights is…
Metamorphosis frog Meyers

C++ Core Guidelines: Rules for Conversions and Casts

/
What has narrowing conversion and casts in common? They are often the source of errors; therefore, I…