Lecture 2 - Slide 5 : 29
Declarations and definitions
It is important to be able to distinguish between declarations and definitions
decl-def.cc
Illustration of declarations and definitions - everything is fine.
decl-def-problems.cc
Illustration of declarations and definitions - several problems.
A definition is a declaration - a declaration is not necessarily a definition