EECS 370 - Point Class Example

The following links take you to files that contain the Point Class that has been discussed during lecture. Note: the files are not exact to what was done during lecture, but they are very close.

The first file is the header file for the string class:
Point.h

The second file is the source code file for the string class:
Point.cpp

The third file is the main file to test and use the string class:
PointMain.cpp

The fourth file is the make file for the above three files:
PointMake