Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
unknown character 'hexnumber'
Remarks
The source file contains an unexpected ASCII character, which is identified by its hex number. To resolve the error, remove the character.
Example
The following example generates C2018:
// C2018.cpp
int main()
{
@ // C2018
}