General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
ThePrimeTime
comments
Comments by "" (@pierreollivier1) on "How GO Was Created - Less Is More | Prime Reacts" video.
I've not worked with C++ beside toy projects but I've got a lot of experience in C, and the implicit type casting feels very natural, you have a hierarchy, and conversion always obey the rule of (is there gonna be enough bit to represent either the final or the intermediate value of any operation ?) if so, ( perform the operation using the classical hierarchy of promotion, (from largest floating point type, to smallest signed integer type.)
1