Hey, firstly thanks for reading this. I am a bit of a noobie c++ programmer with a great idea. For programming this I need to download some HTML off websites. I have chosen libCurl due to perform this task. The libcurl website is of little help to me. Most of the information on their website is outdated or deviates slightly.
So, some more information. I am using Visual C++ 2010 Express. The version of libCurl I am using is http://curl.haxx.se/latest.cgi?curl=win32-devel-msvc. I've moved the contents of the incudes file into the include of VC++. Then I made a new project -> Win32 Console Application and unchecked precompiled header and added #includes in the incudes section. I'm not sure if that is of any use or if it is correct.
Could sombody post step-by-step instructions of how they did it. Obviously I would take any help available.