The Psychology of Quality and More |
CHAPTER 8 : Language Usage
8.14 Other preprocessor commands#include, #define and #if constructs are by far the most commonly used preprocessor commands, and hence need more said about their use. Other commands, however, should not be forgotten.
#error can be useful in conditional compilation situations which should not happen:
#if !defined( SYS_NAME ) ---------------------------------- #pragma is potentially dangerous in portability situations, as it causes implementation dependent actions.
A general danger with lesser-used features of the language is in the potential for misunderstanding and confusion by the non-expert reader.
|
Site Menu |
Quality: | Quality Toolbook | Tools of the Trade | Improvement Encyclopedia | Quality Articles | Being Creative | Being Persuasive | |
And: | C Style (Book) | Stories | Articles | Bookstore | My Photos | About | Contact | |
Settings: | Computer layout | Mobile layout | Small font | Medium font | Large font | Translate | |
You can buy books here |
And the big |