libraries: curlpp
C++ library for fetching web pages
The curlpp library allows you to retrieve web pages over HTTP from your C++ code with just a few lines of code.
The example repo https://github.com/ucsb-cs32/curlpp-demo provides a Makefile that will compile and link on CSIL as of this writing (Feb 6, 2018), and a small demo program.
Related topics:
- libraries: cairo—library for producing graphics in a device independent way, with C/C++ bindings
- libraries: curlpp—C++ library for fetching web pages
- libraries: jsoncpp—C++ library for decoding JSON
- libraries: pango—library for a library for laying out and rendering of text, with an emphasis on internationalization