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
The header file point.h.
The header file tripple.h.
The header file point.cpp.
The header file tripple.cpp.
The header file main.cpp.