'Unrecognized Token C/C++(7) Error in Visual Studio Code

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

see code here

For example, on Line 7 there is an "Unrecognized Token C/C++(7) Error" :

string str = “fine”;


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source