I am trying to call Greet() which is in one of the class Critter instances in the vector array crit_array. When trying to call it using crit_array[1].Greet(); i just get an error. Do i even have the proper syntax for the vector array to be able to handle class objects (at line 25)? Any help would be greatly appreciated. Sorry if i sound like a dumbo as i am fairly new to classes. So pretty much my question is how can i call public member functions of class instances that are stored in a vector.