by egarayblas » Oct 25, 2003 @ 2:01am
Guys, in line with this topic, how do you efficiently parse a short word into separate letters? For example I have a TCHAR variable containing the word "BOY", how do I parse it such that I can have it like my_char[0] = "B", my_char[1] = "O", my_char[2] = "Y"? Mine is working but I'm not sure I'm doing it right and there maybe a simpler way to go about this. Thanks!
-- home of the think & tap games!