class Graph { public: int graphSize; int graphUpdateRate; int * graphArray; int graphCounter; Graph (int graphSize, int graphUpdateRate); };