o3d.googlecode.com
... - + return result; } @@ -105,34 +110,34 @@ #define POSSIBLE_WORD_LIST_MAX 20 class PossibleWord { - private: - // list of word candidate lengths, in increasing length order - int32_t lengths[POSSIBLE_WORD_LIST_MAX]; - int count // The longest ......