We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am unsure if this is a problem on my end or if it is the library fault.
On compiling my code which is just the main method along with the include of the lib,
This is all the code that is in my main.cpp file.
#include <iostream> #include "cpprest/http_client.h" int main(int argc, char argv[]) { return 0; }
The text was updated successfully, but these errors were encountered:
Can you share the platform, compiler and visual studio version?
Sorry, something went wrong.
No branches or pull requests
I am unsure if this is a problem on my end or if it is the library fault.
On compiling my code which is just the main method along with the include of the lib,
This is all the code that is in my main.cpp file.
The text was updated successfully, but these errors were encountered: