I have two compilers on my hardware C++ and C89
I\'m thinking about using C++ with classes but without polymorphism (to avoid vtables). The main r
I've just found an example how to use ISO C++ for embedded development, that could interesting for someone that is making the decision whenever use C++ or C.
It was provided by Bjarne Stroustrup at his homepage:
For a look at how ISO C++ can be used for serious embedded systems programming, see the JSF air vehicle C++ coding standards.