Dinosaur classes. You need help entering code? Is your keyboard not working correctly?
Hash Table with chainingWhen did the template for [output]std::list[/output] include [output]operator[][/output]?
How do I: string class operator+If it is not to late, you should make the argument to your operator+ method a constant reference. ...
Help with iterators.When incrementing an iterator use the prefix ++ instead of the postfix ++. The postfix ++ creates a...
Classes and Objects?The accessor methods should be constant i.e. [code] // Accessors (i.e., "get" functions) int ge...