Unrecognized Token C/C (7) Error in Visual Studio Code
I am unsure why I am receiving these error messages; I am trying to compile c 11 code on VSC.
Please help? Thank you
For example, on Line 7 there is an "Unrecognized Token C/C (7) Error" :
string str = “fine”;
CodePudding user response:
Yes, you are using fancy unicode quotes. It may happen when you copy code from some messenger. Messengers often replace original quotes to that type of quotes.