Hi,I am Complete beginner to C++ language.I am using NetBeans IDE 7.0 to workout my programs.I have installed code Blocks to compile my programs in mingW.Here I used libcurl in one of my program.But it always shows error in the header file #include<curl/curl.h>.I have download and include the libcurl into my include section.But i cant able to rectify this error.
Please anyone of you give some idea to me to solve this problem.
Well, that is not an error specific to libcurl then. I haven't used netbeans or code blocks much, so I can't really help. Have you ever successfully used any other library? Are you sure that the path you specified contains a folder "curl"?