> C++ needs a runtime system to take care of dynamic memory.. Is that available in DSP environments? Not sure what you're referring to here... but it's fairly easy to write C++ code that will not depend on dynamic allocation - all objects being statically allocated, or allocated on the stack.