Function to split string in C++
add
#include "Split_String.h"
to your source file
call function : split.
The arguments should be (string, letter)
ex) split("Hello World!", ' ');
Then it will return vector whose type of members is std::string.
| Name | Name | Last commit date | ||
|---|---|---|---|---|