Package Index  Table of Contents

CodeCheck ECS C/C++ to Test Suite - 11.cpp

/*
//[   3.         Naming Conventions         ]
11.    Use UPPERCASE and underscores for preprocessor macro names.
*/
#define foo	143849839483 // 11. Use UPPERCASE and underscores for preprocessor macro names.
#define FOO_foo	2       // bad
#define ABX_FOO	3       // ok

Package Index  Table of Contents

CodeCheck Copyright (c) 1988-2005 by Abraxas Software Inc. (R). All rights reserved.