TICS Coding Standard Viewer
TIOBE Software Quality Framework
Home
|
Coding Rules
|
Categories
|
Literature
|
Change History
|
Generate PDF
|
Log in
Revision:
7.7
7.6
7.5
7.4
7.3
7.2
7.1
7.0
6.22
6.21
6.20
6.19
6.18
6.17
6.16
6.15
6.14
6.13
6.12
6.11
6.10
6.9
6.8
6.7
6.6
6.5
6.4
6.3
6.2
6.1
6.0
5.8
5.7
5.6
5.5
5.4
5.3
5.2
5.1
5.0 (Authorized)
4.1
4.0 (Authorized)
3.1
3.0.1
3.0 (Authorized)
2.4
2.3
2.2
2.1
2.0 (Authorized)
1.7
1.6.1
1.6
1.5
1.4
1.3
1.2
1.1
C++ Coding Standard
Search
Rule: NAM#012
This rule is Obsolete
Synopsis:
Prefix macros in include files with their module's basename in uppercase, followed by an underscore and further uppercase characters
Language:
C++
Severity Level:
10
Category:
Naming
Description:
see also
[STY#022]
.