// FILE: pointmain3.cxx // This small demonstration shows how the point class is used. #include // Provides cout and cin #include // Provides EXIT_SUCCESS #include "newpoint.h" // Provides the throttle class using namespace std; // Allows all Standard Library items to be used using main_savitch_2B::point; int main( ) { cout << "********************* Dynamic Object Test****************" <get_x() = "<get_x()<