News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Including external files

Started by jigishpthakar, May 19, 2011, 03:52:11 PM

Previous topic - Next topic

jigishpthakar

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..


stahta01

#1
Read this recent post
http://forums.next.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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]