Data types in C++
In this section:
In C++, all plain C data types are represented in the same way as described elsewhere in the online help system. However, if any C++ features are used for a type, no assumptions can be made concerning the data representation. This means, for example, that it is not supported to write assembler code that accesses class members.