Actions
Task #89
closed
FT
FT
Use C++ type casts instead of C-style casts.
Task #89:
Use C++ type casts instead of C-style casts.
Description
C++ type casting is safer than C-style casting and provides better readability.
Actions