I itachi Senior member Aug 17, 2004 390 0 0 Nov 6, 2006 #2 Vector :: print has a const specifier, DataStructure :: print doesn't. btw.. mutators should be the only methods that don't have a const specifier. accessors should be const.
Vector :: print has a const specifier, DataStructure :: print doesn't. btw.. mutators should be the only methods that don't have a const specifier. accessors should be const.