หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
expected macro formal parameter
Remarks
The token following a stringizing operator (#) or a charizing operator (#@) is not a formal parameter.
Example
The following example generates C2162:
// C2162.cpp
// compile with: /c
#define make_string1(s) # // C2162
#define make_string2(s) #s // OK