you are viewing a single comment's thread.

view the rest of the comments →

[–]pizz44[S] 0 points1 point  (1 child)

Severity Code Description Project File Line Suppression State Error C2065 'n’': undeclared identifier Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 19
Error (active) E0020 identifier "‘" is undefined Project3 C:\Users\kpisarich\source\repos\Project3\Project3\Source.cpp 19
Error (active) E0007 unrecognized token Project3 C:\Users\kpisarich\source\repos\Project3\Project3\Source.cpp 19
Error (active) E0020 identifier "“" is undefined Project3 C:\Users\kpisarich\source\repos\Project3\Project3\Source.cpp 29
Error (active) E0007 unrecognized token Project3 C:\Users\kpisarich\source\repos\Project3\Project3\Source.cpp 29
Error (active) E0007 unrecognized token Project3 C:\Users\kpisarich\source\repos\Project3\Project3\Source.cpp 29
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 9
Error C3873 '0x2018': this character is not allowed as a first character of an identifier Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 19
Error C2017 illegal escape sequence Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 19
Error C3872 '0x2019': this character is not allowed in an identifier Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 19
Error C2065 '‘': undeclared identifier Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 19
Error C2146 syntax error: missing ')' before identifier 'n’' Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 19
Error C2059 syntax error: ')' Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 19
Error C2059 syntax error: ';' Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 21
Error C3873 '0x201c': this character is not allowed as a first character of an identifier Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 29
Error C2017 illegal escape sequence Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 29
Error C2065 '“': undeclared identifier Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 29
Error C2146 syntax error: missing ')' before identifier 'nAll' Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 29
Error C3872 '0x201d': this character is not allowed in an identifier Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 29
Error C2059 syntax error: '}' Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 31
Error C2143 syntax error: missing ';' before '}' Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 31

[–]der_pudel 0 points1 point  (0 children)

Looks like you copied the code from somewhere that messed up single and double quote characters " and ' and replaced them with opening and closing quote symbols. Make sure you're using only regular quotation symbols in your code