An open API service indexing awesome lists of open source software.

https://github.com/waltertamboer/experiment-cpp-curl

A simple experiment with C++ and cURL.
https://github.com/waltertamboer/experiment-cpp-curl

cpp curl makefile

Last synced: 7 months ago
JSON representation

A simple experiment with C++ and cURL.

Awesome Lists containing this project

README

          

# experiment-cpp-curl

A simple experiment that uses CURL in C++ to request a page.

# Usage

Make sure `libcurl` is installed.

Next compile the application:

```
$ make
```

And run it:

```
./bin/experiment-cpp-curl
```