View Single Post
Old Feb 15th, 2007, 5:10 AM   #10
rwm
Professional Programmer
 
Join Date: Jan 2007
Location: Cape Town
Posts: 291
Rep Power: 2 rwm is on a distinguished road
it would be nice to be able to extract the n'th token from the stream, for example

	string tok = tokenizer+=5; //get the 5th token from this one

but first im trying to figure out how to extract tokens properly....

any help/suggestions would be greatly appreciated!

thx!
rwm is offline   Reply With Quote