Lecture 1 - Slide 30 : 34
C Program organization
Physical program organization
Header files and C files
.h
and
.c
files
Textual inclusion via the preprocessor language
Logical program organization
Relatively weak and primitive support
Almost nothing
C++ takes over C's physical program organization and expands on logical program organization (via support of namespaces).