Simple http download file?

Jan 16, 2009 at 8:39pm
Is there any simple way to download a file from the internet, given the URL as a cstring?

I found something on codeprojects, but it wasn't helpful at all-it seemed to be in VB.
Is there any simple command like what I need?
It just needs to store it in the executable's directory
Jan 17, 2009 at 1:25pm
Yes, it's a Win32 FAQ.
See Win32 api ng news://comp.os.ms-windows.programmer.win32
(1 line of code or 5 with COM)
Jan 17, 2009 at 6:36pm
closed account (z05DSL3A)
http://msdn.microsoft.com/en-us/library/aa384322(VS.85).aspx
Topic archived. No new replies allowed.