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
};
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
};