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.

CCS/SW-EK-TM4C123GXL: Reference to string not recognised.

Part Number: SW-EK-TM4C123GXL

Tool/software: Code Composer Studio

Hi, I am trying to use string a = "abc" for example but I cannot get the compiler to recognise the type string. I think it is trying to compile c++, but whatever I do string does not got red like it does when declaring int or char for example in the designer window. Thank you.