hello!
I want to know about string tokenizer. i have a file of the following format:-
Studentname StudentID Studentgrades
each is separated by a tab. and the size of the file is unknown. I have to read each line using string tokenizer..Well, i dont know much about this, can someone help me?