I have built a webcrawler in C++. I am using an API called URLdownloadToFile().
- Is there any other API that can be used?
- The API
URLdownloadToFile()is working well for some URLs and it is not working well for some other URLs? Please suggest some ways I can overcome this problem?
Thanks, Dnyaneshwari C.
