Creating a Tokenizer with STL Strings

Sep 13, 2011 at 3:59am
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 Sep 13, 2011 at 4:00am
Sep 13, 2011 at 5:55am
Try the global getline() function specifying the delimeter yourself.

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