You can always do a system() call to make c++ do it the way you would do it from the command line. In linux, I would use wget:
system("wget yourURL");
I'm not sure what you would use in Windows.
David
daviddoria
Posting Virtuoso
1,996 posts since Feb 2008
Reputation Points: 437
Solved Threads: 205
Skill Endorsements: 8
Question Answered as of 2 Years Ago by
daviddoria