Hi! Please, help!
I need to pull data from website through API. Here is the example of test website.
Reinstalled libs multiple times! Use g++. The path to the compiler via Path is specified correctly.
I did not change tasks.json. I tried deleting files near main.
When I try manually: "g++ main.cpp -o main.exe", it gives the error fatal, no such file in the directory
#error when building
20 messages · Page 1 of 1 (latest)
where did you "install the lib"?
official websites
how did you install it
curl, restclient-cpp
https://github.com/mrtazz/restclient-cpp download zip, then unpack
GitHub
C++ client for making HTTP/REST requests. Contribute to mrtazz/restclient-cpp development by creating an account on GitHub.
@half skiff has reached level 1. GG!
unpack where?
@half skiff I suggest you read https://github.com/mrtazz/restclient-cpp?tab=readme-ov-file#installation
repeat these steps, result the same
which steps?
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install restclient-cpp
Thank u! Will try
and learn how to use and link libraries
Yeah VS 2022 has its own build tools and microsoft C++ compiler
Thank you 🙏
did it work?
if u wanna use VS Code instead of VS 2022 I can help u