C++ Language Changes (Windows CE 5.0)
The following list shows changes in the C++ language.
- _AddressOfReturnAddress keyword is now documented.
- __alignof keyword.
- Covariant return types are now supported.
- __declspec(align), __declspec(noinline), and __declspec(selectany) keywords now supported.
- __interface keyword.
- Function-try blocks are now supported.
- __m64 data type.
- MMX, SSE and SSE2 Intrinsics
- __super keyword.
- template keyword now allows template parameters.
- throw(...) syntax.
- __assume compiler intrinsic.
- __debugbreak compiler intrinsic.
- __noop compiler intrinsic.
- Explicit overrides.
- Limit on levels of nested parentheses in a single expression is now 256.
- _ReturnAddress keyword is now documented.
- __sealed keyword.
- __w64 keyword.
- wchar_t is now a native data type.
See Also
What's New in Supported Compilers
Send Feedback on this topic to the authors