Help with c++
#1

Let's say I have this string:
"hello:thereamp"

How do I split those words by delimiter ':' to array

I want this to be the result:

arr[0] = "hello";
arr[1] = "there";
arr[2] = "samp";
Reply


Messages In This Thread
Help with c++ - by Salim_Karaja - 06.08.2013, 17:15

Forum Jump:


Users browsing this thread: 1 Guest(s)