User profile: benp84

User info
User name:benp84
Name:Ben
History
Joined:
Number of posts:6
Latest posts:

Seeking data structure advice
I'm working on an algorithm that requires the following task as a subroutine: Given a large (~10^...

Protected Inheritance
OK thx.

Protected Inheritance
Why can't this derived class access protected data from its base class? [code] class A { protec...

Vectors and Derived Classes
I posted my last comment before reading kev82's. It looks like I was on the right track, but I like...

Vectors and Derived Classes
OK, I understand. I made another constructor just for vector<GeoPoint>: [code]GeoBounds(const vect...