Outline for May 13, 2002
Handouts:
Homework #4
Reading: Johnsonbaugh and Kalin, pp. 177-191, 390-435, 534-542
-
Greetings and felicitations!
-
C Preprocessor
-
#define macros with arguments; contrast with functions
-
#include "...", #include <...>
-
#if ... #elif ... #else ... #endif
-
#ifdef ... #elif ... #else ... #endif, #ifndef ... #elif ... #else ... #endif
-
#if 0 and #ifdef undef
-
#undef
-
#error
-
#pragma
-
Storage Classes
-
auto
-
static
-
register
-
extern
-
Type Qualifiers
-
const
-
volatile
-
Other Types
-
it fields
-
unions
-
enumerated types