xelex
Junior Member
- Apr 11, 2009
- 182
- 31
How do I make my program comunicate with the web?
I want to code in C++(to practice the language), but can do it in java too.
Basically this is exactly what I want. To do:
I want my program to go to a given url/website. Browse to a needed category and then page, start a download from that page in a download manager, then once the download finishes, it goes to that same website, goes to a different category and starts a different download.
I think I could make the backend for this to work.
But I need: a way of my program to communicate with the web, and a way for my program to communicate with the download manager.
any help will be appreciated ))))
I want to code in C++(to practice the language), but can do it in java too.
Basically this is exactly what I want. To do:
I want my program to go to a given url/website. Browse to a needed category and then page, start a download from that page in a download manager, then once the download finishes, it goes to that same website, goes to a different category and starts a different download.
I think I could make the backend for this to work.
But I need: a way of my program to communicate with the web, and a way for my program to communicate with the download manager.
any help will be appreciated ))))