Synopsis: | Do not use C++ keywords. |
Language: | C |
Severity Level: | 6 |
Category: | Lexical Elements |
Description: | |||||||||||||||||||||||||||||||||||||||||
Justification Keywords from C++ shall not be used as identifier names because of portability and interoperability. Example int class; /* WRONG */ Note C++ keywords that are not available in C are:
| |||||||||||||||||||||||||||||||||||||||||