Code::Blocks Forums

User forums => Help => Topic started by: jigishpthakar on May 19, 2011, 03:52:11 pm

Title: Including external files
Post by: jigishpthakar on May 19, 2011, 03:52:11 pm
Hi

i am new with c++ and codeblocks, i need to make a curl call from c++

below is a code i need to write in my program


#include <curlpp/cURLpp.hpp>
#include <curlpp/Easy.hpp>
#include <curlpp/Options.hpp>


i have this files but, unable to understand where exactly will have to place this files..

 
Title: Re: Including external files
Post by: stahta01 on May 19, 2011, 04:58:44 pm
Read this recent post
http://forums.codeblocks.org/index.php/topic,14713.msg98757/topicseen.html#msg98757

If the question is about Code::Blocks the above post should answer it.
If it is about your compiler or local file system; please ask in a site that supports your Compiler/OS.

Tim S.