These days there are many C++ compilers available for developing embedded software. However, they often provide a restricted set of language features, or have the facility to switch-off certain features. Some examples are given below, and from these it seems the feature most likely to be omitted is exception handling.
ARM
ARM’s C++ compiler has …