C++ Language/Type/Conversion
< C++ Language | Type
If you have a variable of one type, but need to use it in a situation that expects a different type, then you can perform a type conversion.
C++ Language |
If you have a variable of one type, but need to use it in a situation that expects a different type, then you can perform a type conversion.