Stuff and stuff
Friday, October 30, 2009
Drug User's guide to tokenizing a string
std::vector<CString> tokens;
int iToke = 0;
while (iToke != -1)
tokens.push_back(list.Tokenize(_T("n"), iToke));
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment