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.
Tool/software: TI C/C++ Compiler
Hello,
I am working with CCS3.3 and I am just trying to understand what C++ libraries and functions are available. Is there a document that details this or can someone explain to me which directories to look under for the C++ include files?
For instance, I am simply trying to create a dynamic array and was hoping to use the vector or list objects that are included in C++, but it does not seem that CCS3.3 has this functionality.
Thank you,
Vincent Galbo
CCS 3.3 is very old Maybe 15 years old? Please upgrade. It's free now!
What version of the compiler do you use? One way to see that ... I presume your CCS project generates a linker map file. It usually has the same name as the project, with the file extension .map. The compiler version appears in the first few lines.
Once you know the compiler version, use the article C++ Support in TI Compilers to understand what C++ features are supported.
Thanks and regards,
-George