Hello. I'm using Code Warrior 9.2, IDE version 5.5.1.1409 for development of a C project.
We are considering making use of C++ features in the project, and management is worried about compatibility with other C++ compilers on other platforms. (We support various Windows and Linux based systems)
In order to help us start this conversation, can you tell me what version of the C++ standard CW9.2 complies with, and if there are any particular parts of that standard and/or newer ones that it does not comply with?
Thanks!
Hi rdeis,
I assume you mean CodeWarrior for MGT v 9.2.
According to the documentation the C++ should conform with ISO/IEC 14882-1998
Plus it has some additional features and extensions.
See attached Build Tools Reference for more information.
Stanish