Link crawler

T

Tim Johansson

Is it an idea to start making a link crawler in C++? I know that Perl fits
the purpose very well, but I'd rather do it in C++ as an excersise.
 
C

Christopher Benson-Manica

Tim Johansson said:
Is it an idea to start making a link crawler in C++? I know that Perl fits
the purpose very well, but I'd rather do it in C++ as an excersise.

You'll have a tough time doing it in Standard C++, given that neither
the language nor its standard library are capable of network-type
operations.

Your post is off-topic for comp.lang.c++. Please visit

http://www.slack.net/~shiva/welcome.txt
http://www.parashift.com/c++-faq-lite/

for posting guidelines and frequently asked questions. Thank you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Crawling 1
BTJunkie crawler 0
Iframe link overlapping text 4
Crawl Quora 1
Web Crawler 2
web crawler in python or C? 1
Making LWP::RobotUA cache robots.txt files 0
C++ Crawlers 3

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top