View Single Post
Old Feb 14th, 2007, 3:27 AM   #2
rwm
Professional Programmer
 
Join Date: Jan 2007
Location: Cape Town
Posts: 291
Rep Power: 2 rwm is on a distinguished road
well i just realised that all i had to do was:

		//get tokens
		if(ch == ' ' || ch == '\n' || ch == '\r') {

		...

but any help with the embarassing pointer problem would be greatly appreciated!

thx!
rwm is offline   Reply With Quote