Hi everyone,
Anyone know how to parse a Cstring given this data is from a file delimited with ';'?
In other words, I am using the Cstdiofile class and a ReadString for each line in my file.
I wanna be able to cut the line in appropriate pieces and assign it to the appropriate variables.
I tried using strtok but that didn't work...
Anyone?
Anyone know how to parse a Cstring given this data is from a file delimited with ';'?
In other words, I am using the Cstdiofile class and a ReadString for each line in my file.
I wanna be able to cut the line in appropriate pieces and assign it to the appropriate variables.
I tried using strtok but that didn't work...
Anyone?