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
Hi,
In my project i am using both C and C++ files, What compiler options i should use for C and for C++ to build both the files.
Or is it common for both C and C++.
Regards,
Somesh
The compiler usually uses the file extension to know whether a file is C or C++. The file extension .c means C, and .cpp means C++. For all the details, please search the TI ARM compiler manual for the sub-chapter titled Specifying Filenames.
Thanks and regards,
-George