Since 4/14/2012 3:12:34 AM, nebnetjeruiti has written 0 articles and participated in 0 conversations. nebnetjeruiti signature: nebnetjeruiti
nebnetjeruiti's articles:
Items(1) /1
How to get all possible substrings4796 (1/26/2010 12:14:26 AM) comp.lang.c++ Hello,
I've been searching for some way to get all possible substrings out of
an input string. I've found information and scripts on suffix trees,
but the examples I found only return an array of suffixes... Robert