Howdo you download a file using c++?

how do you make a program download a file using c++?
There is a C++ library called cURLpp (http://curlpp.org/) that makes downloading files pretty easy. That site has sample code.
If You intend to use Windows for this, You may want to check the MSDN: http://msdn.microsoft.com/en-us/library/aa385331%28v=VS.85%29.aspx
is their anything in the standard library that can do it... I prefer not to use external libraries
closed account (jwC5fSEw)
No.
Topic archived. No new replies allowed.