Seeking data structure adviceI'm working on an algorithm that requires the following task as a subroutine: Given a large (~10^...
Protected InheritanceOK thx.
Protected InheritanceWhy can't this derived class access protected data from its base class? [code] class A { protec...
Vectors and Derived ClassesI posted my last comment before reading kev82's. It looks like I was on the right track, but I like...
Vectors and Derived ClassesOK, I understand. I made another constructor just for vector<GeoPoint>: [code]GeoBounds(const vect...