How to use the CPR library in c++?
问题 I was previously developing in python and now I've switched to C++. I found a cool library called CPR https://github.com/whoshuu/cpr that can be used to make HTTP requests easily like python requests. Like in python there are no easy pkg managers like pip to install libraries in C++. How can I use cpr in my project. There are no dlls or lib file in that. 回答1: c++ packages are usually distributed as a set of development headers and static/shared libraries. However in the case of cpr , the