Lecture 3 - Slide 26 : 27 |
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
![]() | The header file tripple.h. |
![]() | The header file point.cpp. |
![]() | The header file tripple.cpp. |
![]() | The header file main.cpp. |
![]() | Compilation - README. |