Lecture 3 - Slide 26 : 27
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.