> > Is there anyone on the List, who made Libcurl work with Qt or SQLite > or can share experience with the implementation of a very simple > function like > - get the URL of the browsed website. > - crawl all hyperlinked URLs on that specific website for depth one or two. > - add the new found URLs to the SQLite database with Title (from > webpage title) plus keywords (first step from website meta > description) > > As far as Qt or SQLite I can't really help you there, but issuing a simple get with libcurl is extremely easy. Check out the examples at http://curl.haxx.se/libcurl/c/example.html to see how to issue gets / posts / etc.
Best Regards, William
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
