Friday, 15 March 2013

visual studio 2010 - Reading in file from the internet in c++ -



visual studio 2010 - Reading in file from the internet in c++ -

so have done research on how , ended libcurl best option. guides implementing library visual studio quite outdated and/or not specific on how running.

i found this 1 guide , followed instructions described when running...

#include <ostream> #include "stdafx.h" #include <stdio.h> #include <curl/curl.h>

...it says cannot find curl/curl.h puzzles me.

can tell me doing wrong and/or other easier ways go this? in end, need read like xml file c++ programme making can utilize info later use.

i found this date way 2002 didn't seek it.

should perhaps utilize different programming language? using c++ since it's pretty fast things unlike python, example.

assuming using visual studio ide (inferred stdafx.h inclusion) have add together curl directory ( directory curl nowadays e.g. if curl.h @ c:\sdk\curl\curl.h, add together c:\sdk ) additional include directories ( right click project -> properties -> configuration properties -> c/c++ -> general

c++ visual-studio-2010 libcurl

No comments:

Post a Comment