python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
CMake GCC can't find curl struct in included header file
I'm trying to create a library with CMake that uses libcurl but GCC is consistently failing to find certain structs and defines even though they were included. I have curl, libssl-dev, and libcurl4-op...

ImTheSquid
Votes: 0
Answers: 1
Is libcurl thread safe when built with GnuTLS
One of the requirement for libcurl to be thread safe is that the underlying SSL library should be thread safe.
According to documentation of GnuTLS, it is thread safe by design.
The GnuTLS library is...
Karthick
Votes: 0
Answers: 1
Error when trying to linking libcurl in static
I'm new in C++ and I got a problem about linking libcurl in static, I downloaded sources and build it myself:
./configure && make install
Everything is okay, I write my cmake file, build my p...

Ectaclick
Votes: 0
Answers: 1
Curl vs Headless Chrome library C++
Please tell me - what is the main difference between CURL/Libcurl and Headless Chrome(С++ library) for HTTPS?
1)Curl/Libcurl - implements only the HTTPS protocol (in addition to many other protocols)
...
Optimus1
Votes: 0
Answers: 0