We're designing an application on the dm365 and will be using dvsdk 3.01
We would like to use bare bones C++ for classes and polymorphism -- no stl, no other libs -- where performance isn't strictly a concern assuming the result isn't unbearable.
Is there any foreseeable reason to avoid using C++ and stick with C?