What features of C++ should be avoided in embedded systems?
Please classify the answer by reason such as:
I wouldn't have said there's a hard and fast rule to this; it depends a lot on your application. Embedded systems are typically:
Just like any other development though, you should balance all of the points you've mentioned against the requirements you were given / derived.