News

I'm trying to make a point in my C++/data structures class about two-dimensional arrays being an array of one-dimensional arrays, so I thought I'd be clever and whip up the following quickie ...
I'm trying to use an iterator of a vector of pointers to objects of a class I've written, to proceed through each object in the vector and call a member function of that object. It's not working.