C++ Supported Data
Types
You can monitor an expression that
includes a cast to any of the following types:
- 8-bit signed byte
- 8-bit unsigned byte
- 16-bit signed integer
- 16-bit unsigned integer
- 32-bit signed integer
- 32-bit unsigned integer
- Single-precision floating-point floating-point
- Double-precision floating-point floating-point
- Pointers
- User-defined types
These data types include int, short, char
and so on.