Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
unmatched parenthesis: missing 'character'
The parentheses in a preprocessor directive do not match.
The following sample generates C1012:
// C1012.cpp
// compile with: /c
#if (0 // C1012
#endif