You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows 10 version 1703
VSCode version 1.17.0
cpptools version 0.14.0
% is highlighting red in a format string (I understand this to indicate an invalid format specifier) when it is followed by '[', which is valid. For example: fscanf(file, "%[^','],%s", word1, word2)
The text was updated successfully, but these errors were encountered:
Windows 10 version 1703
VSCode version 1.17.0
cpptools version 0.14.0
% is highlighting red in a format string (I understand this to indicate an invalid format specifier) when it is followed by '[', which is valid. For example:
fscanf(file, "%[^','],%s", word1, word2)
The text was updated successfully, but these errors were encountered: