Themuppeteer
Programmer
Hello,
lets say I have a char* buffer pointing to something like this:
start\n1\n2\nName\n1\n3\nAnotherName\n2\n1\nMyName\nstop\n
How do I filter the 'names' out easily ? Guess here must be some sort of function in C++ that already does this , or do I have to program it myself ? Greetz,
NOSPAM_themuppeteer@hotmail.com (for mails, remove the NOSPAM_)
"Those who say they understand chess, understand nothing"
-- Robert HUBNER
lets say I have a char* buffer pointing to something like this:
start\n1\n2\nName\n1\n3\nAnotherName\n2\n1\nMyName\nstop\n
How do I filter the 'names' out easily ? Guess here must be some sort of function in C++ that already does this , or do I have to program it myself ? Greetz,

NOSPAM_themuppeteer@hotmail.com (for mails, remove the NOSPAM_)
"Those who say they understand chess, understand nothing"
-- Robert HUBNER