hi ppl,
i am used to using StringTokenizer in Java to help me parse for certain phrases and look for certain substrings within contents of file. I was wondering if there are built in classes in c that will allow me to do the same thing.
if not in c, what about c++?
suppose I want to count the # of times a particular client downloaded a certain file in web logs. this is just an expl to give u a flavor of what i would like to do.
i am used to using StringTokenizer in Java to help me parse for certain phrases and look for certain substrings within contents of file. I was wondering if there are built in classes in c that will allow me to do the same thing.
if not in c, what about c++?
suppose I want to count the # of times a particular client downloaded a certain file in web logs. this is just an expl to give u a flavor of what i would like to do.