Creating a Tokenizer with STL Strings

Hey,

I am working on a small program where I am supposed to create a tokenizer that allows the user to pick the delimiter. I am suppsed to use linked lists and anything from the STL string class. I haven't used C++ in a while and would greatly appreciate the help!
Last edited on
Try the global getline() function specifying the delimeter yourself.

http://www.cplusplus.com/reference/string/getline/
Topic archived. No new replies allowed.