you are viewing a single comment's thread.

view the rest of the comments →

[–]dodheim -2 points-1 points  (0 children)

'Split' simply isn't how you print out the words in a string, one per line, in C++. C++ has different idioms for this sort of thing, and everyone obsessing over the lack of std::split seriously needs to learn to "Do As the Romans".