csenaeem's blog

By csenaeem, history, 3 days ago, In English

string s = " Bob Loves Alice "; string[] allwords = s.Split(new char[] { ' ' }, StringSplitOptions.RemoveEmptyEntries);

  • Vote: I like it
  • -2
  • Vote: I do not like it

»
3 days ago, # |
  Vote: I like it 0 Vote: I do not like it

and in c++ ?