Posts by Patrick Porto • 61 points
1 post
-
6
votes3
answers144
viewsA: Type declaration in parentheses
The type in parentheses is a type casting operation (or type conversion, if you prefer). In C++ there are different casting operations of types: Implicit conversion This conversion happens between…