Abraxas/ECS C++ Home  Table of Contents 

Module - 11.html

ABRAXAS SOFTWARE - CodeCheck ECS C++ Test-Suite ECS C++.

ECS C++-C Test Suite for Module - 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

Abraxas/ECS C++ Home  Table of Contents

ABRAXAS SOFTWARE - CodeCheck ECS C++ Test-Suite ECS C++