Is there any way to easily make a HTTP request with C++? Specifically, I want to download the contents of a page (an API) and check the contents to see if it contains a 1 or a 0. Is it also possible to download the contents into a string?

24 Answers
24

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *