The C++ Program Structure
/* File POINT2.CPP--Lab 1 assignment */
// POINT2.CPP contains the definitions for the Point and Location
// classes member functions that are declared in the file point.h
// start with the include for header files
// member functions for class Location
Location::Location(int InitX, int InitY) {
int Location::GetX(void) {