I have a string \"stack+ovrflow*newyork;\" i have to split this stack,overflow,newyork
any idea??
You can use _tcstok to tokenize the string based on a delimiter.