הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
expected preprocessor directive, found 'character'
Remarks
The character followed a # sign but it is not the first letter of a preprocessor directive.
Example
The following example generates C2019:
// C2019.cpp
#!define TRUE 1 // C2019
Possible resolution:
// C2019b.cpp
// compile with: /c
#define TRUE 1