O
O
OOCoder2020-06-11 12:18:19
C++ / C#
OOCoder, 2020-06-11 12:18:19

How to send POST, GET requests in C++?

How to send POST, GET requests via HTTP, HTTPS protocols in C++?

Tried through CURL, displays an error, while installing everything according to the instructions.

undefined reference to `curl_easy_init'
undefined reference to `curl_easy_setopt'
undefined reference to `curl_easy_perform'
undefined reference to `curl_easy_cleanup'

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
none7, 2020-06-11
@OOCoder

Well, not everything is written in the instructions. Your linker does not see libcurl, and if it does not swear at it, then this library is probably not added to the build configs at all.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question