Thread
:
problem with tokenizing
View Single Post
Feb 14th, 2007, 3:27 AM
#
2
rwm
Professional Programmer
Join Date: Jan 2007
Location: Cape Town
Posts: 291
Rep Power:
2
well i just realised that all i had to do was:
(
Toggle Plain Text
)
//get tokens if(ch == ' ' || ch == '\n' || ch == '\r') { ...
//get tokens if(ch == ' ' || ch == '\n' || ch == '\r') { ...
but any help with the embarassing pointer problem would be greatly appreciated!
thx!
rwm
View Public Profile
Find More Posts by rwm