I have to write a C parser for online blogs and different word manipulation features.
I know how to parse / tokenise stings in C, but how would you on execution download the pages content to a local /tmp
directory as an HTML file so I can save the information (the blogs) into a string using I/O?
Or, just grab the block of text directly from the page I am viewing...
My system could be either Ubuntu or Windows 7, so I dont think wget
will cut it. Please help.