C/C++ Arena

Step 6 of 6

Challenge: split

Your turn: write std::vector<std::string> split(const std::string& s, char sep) that breaks a string at every sep.

Previous: string search and substrings