1 post
2
3
1489
I was looking for a way to implement the . split() C# function in C++ and found the following code in google: std::vector<std::string> split(const std::string& text, char sep) {…