On Sun, Feb 07, 2010 at 12:26:43PM -0800, Philip Guenther wrote: > (That C++ made me cry. Iterating across a map<> to convert an integer > in the range 1..56 to a character?!? If only C++ had a datastructure > which gave O(1) lookup for small indexes, like an array does in C.)
Arrays are legacy in the modern world of OO. (SCNR)