I'm working on a project for a C++ class that requires that I use a vector of class objects as a mock student database. I've defined the vector as being of class student type. Can I pass the entire vector to a function as I would an array? How would I do this?
