I have the following class specified in my code.
class Foo{ private: int myInt; Bar myList[10]; public: Foo(){ myInt = 0; }};
I am ge