Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
syntax error : found 'identifier (' at global scope (was a declaration intended?)
Remarks
The specified context caused a syntax error. There may be incorrect declaration syntax.
Example
The following example generates C2199:
// C2199.cpp
// compile with: /c
int j = int(1) int(1); // C2199
int j = 1; // OK