c++ class member variable changing without explicitly being modifiedI am trying to implement a heap. I have built a class to store an array of integers, the number of i...