Tokenize a string: Difference between revisions

no edit summary
(Added C++ example)
No edit summary
Line 11:
'''Library:''' STL
 
This mayis not be the most efficient method to do this as it involves
redundant copies in the background, but it is very easy to use. In
most cases it will be a good choice as long as it is not used as an