หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
#line expected a string containing the filename, found 'token'
Remarks
The optional file name token following #line linenumber must be a string.
Example
The following example generates C2130:
// C2130.cpp
int main() {
#line 1000 test // C2130
#line 1000 "test" // OK
}