I was wondering if it is possible to use sscanf() to parse an http response from a web server to look for particular values such as the error code for the http request, the server, content length, last-modified, and such. Is this possible to do after reading the file in or would I have to do this on a line by line basis as it is read in? Thanks!



LinkBack URL
About LinkBacks


