// File: tools.hpp ---------------------------------------------------- // Header file for the C++ tools library. // Authors: Alice E. Fischer and Michael J. Fischer. // Modified September 2012; September 2016. #pragma once // ------------------------------------------------------------------- // Local definitions. // Please enter your own name. // ------------------------------------------------------------------- #define NAME "Ima Goetting Closeau" #define CLASS "CPSC 427/527" #include #include #include #include #include #include #include // for malloc() and calloc() #include // for time_t, time() and ctime() #include #include #include #include // for isspace() and isdigit() #include // for functions with variable # of arguments #include using namespace std; // ------------------------------------------------------------------- // Macros to make more convenient use of standard library functions. // ------------------------------------------------------------------- #define DUMPp(p) "\n"< "<