Lecture overview -- Keyboard shortcut: 'u'  Previous page: Physical program organization -- Keyboard shortcut: 'p'  Next page: The standard library namespace -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Alphabetic index  Help page about these notes  Course home    Basic facilities - slide 44 : 46

Example of program organization

Two header files point.h and tripple.h

Class Point and Tripple depends mutually on each other

Two cpp files point.cpp and tripple.cpp

A main program file main.cpp

point.h
The header file point.h.
tripple.h
The header file tripple.h.
point.cpp
The header file point.cpp.
tripple.cpp
The header file tripple.cpp.
main.cpp
The header file main.cpp.
README
Compilation - README.