HI all,
I'm relatively new to the C programming language, and I'm trying to parse a text file, based on certain characters, such as a bracket < . Are there any functions out there, or how would I do this? I've looked in all my books and I cant seem to find anything. I'm figuring I'm going to have to loop through this and maybe put the data into an array, but I just dont know where to start. Also should I be using ctype.h or stdlib.h or both?!
Thanx for any help !
donn
I'm relatively new to the C programming language, and I'm trying to parse a text file, based on certain characters, such as a bracket < . Are there any functions out there, or how would I do this? I've looked in all my books and I cant seem to find anything. I'm figuring I'm going to have to loop through this and maybe put the data into an array, but I just dont know where to start. Also should I be using ctype.h or stdlib.h or both?!
Thanx for any help !
donn