//Holds all the goblal Stuff Constants and other stuff #ifndef EVERYTHING_H #define EVERYTHING_H #include // header for input and output #include // file stream header #include // for strings #include // manipulation of input/output //#include #include // Calls abort command Automatically #include //for assertions #include // for string streams const int SIZE= 100; using namespace std;//Puts everything in scope #endif