Developer Topics-Memory management
nPrecalculate maximum size and allocate space statically
qchar gloss[MAX_GLOSS_LENGTH+1];
qchar *getWnCDbSynsetGloss(int synsetIndex);
nProvide access to precalculated value and have caller allocate space
qint getWnCDbSynsetCount();
nCallback multiple times
qint enumWnCDbSynsetWords(
SYNSET_WORD_COLLECTOR wordCollector,
int synsetIndex);