Sunday, August 7, 2011

How to retrieve individual words in C++?

Look at the function strtok(), which splits a string into "tokens", essentially words. That might get you started.

No comments:

Post a Comment