How do I make a simple web crawler using C++?

I want to make a simple web crawler using C++. Can a web crawler be made with C++? If yes, then what are the procedures to make one?
Try reading this - http://stackoverflow.com/questions/4278024/a-very-simple-c-web-crawler-spider

This is some source code - http://www.example-code.com/vcpp/spider.asp

And you get lots of more answers on google
Topic archived. No new replies allowed.