Compiler Error C2238
unexpected token(s) preceding 'token'
An incorrect token was found.
The following sample generates C2238:
// C2238.cpp
// compile with: /c
class v {
virtual: int vvv; // C2238
};
เบราว์เซอร์นี้ไม่ได้รับการสนับสนุนอีกต่อไป
อัปเกรดเป็น Microsoft Edge เพื่อใช้ประโยชน์จากคุณลักษณะล่าสุด เช่น การอัปเดตความปลอดภัยและการสนับสนุนด้านเทคนิค
unexpected token(s) preceding 'token'
An incorrect token was found.
The following sample generates C2238:
// C2238.cpp
// compile with: /c
class v {
virtual: int vvv; // C2238
};