Hello,
I'm currently using TI CCS v3.3 to generate a C++ build to run on a TI TMS320C6416 device. I'd like to replace the standard "C" arrays in my program with the C++ STL vector container and I have the following questions:
1) Does the CCSv3.3 C/C++ compiler support the STL?
2) What header file do I need to include in my program in order to use the vector container? I couldn't find <vector.h> so is there some other file that I need to use?
Thanks,
Len