Casts
Always be as explicit as possible when casting primitive types. This also means using static_cast<T>() in C++ instead of the standard C-Style cast (T).
Last updated
Was this helpful?
Always be as explicit as possible when casting primitive types. This also means using static_cast<T>() in C++ instead of the standard C-Style cast (T).
Last updated
Was this helpful?