I want to code a VC++ 9 based console application which downloads an image from a webserver.
I have code which used to run in VC++ 6, but its giving lot of compilation errors in VC++ 9.0.
I need code which compiles in VC++ 9.0 using MS Visual Studio 2008.
Also I need only win32 code and not MFC.