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'
Remarks
The parentheses in a preprocessor directive do not match.
Example
The following example generates C1012:
// C1012.cpp
// compile with: /c
#if (0 // C1012
#endif