This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C++ on dm365?



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?