请问,c2000系列比如TMS320F28377D,是否支持C++STL?
例如,如下代码,是否支持
std::vector<double> v;
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.
你好,能否使用STL应该跟你的编译器版本有关,使用最新版本CCS的应该就能使用STL。