home *** CD-ROM | disk | FTP | other *** search
- C++ allows you to perform explicit conversions on built-in types
- using casts. In C++, you may use both C-style casts (where the
- target type is in parentheses before the identifier) and
- functional notation casts (where the identifier is in parentheses
- after the target type). In functional notation casts, the type
- has to be a single identifier.
-