> (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.)
Not to mention that fixed array gets rebuilt upon every function call! Makes you wish Moore's law never happened. Miod