Lecture 3 - Slide 27 : 27
Example of program organization - with namespace

The same as on the previous slide, but with Point and Tripple in namespece Geometrical

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.