Given the data in the class above, you don't need a destructor; the default one provided by the compiler will suffice.
Perhaps your default constructor should default initialize the data members to zero. You do not need a copy constructor
since the default one provided by the compiler will suffice.