0_0_8749342_30637.cpp: In member function `void KMP::getNext(char*, int, int*)':
0_0_8749342_30637.cpp:15: error: `Next' undeclared (first use this function)
0_0_8749342_30637.cpp:15: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8749342_30637.cpp: In member function `int KMP::kmpMatch(char*, int, char*, int)':
0_0_8749342_30637.cpp:31: error: `Next' undeclared (first use this function)
|