+ 2
If you mean the web, then C++ doesn't have a nice way to make HTTP requests like other languages do, sadly. The de facto standard library that everyone uses is called libcurl (https://curl.haxx.se/) - it's a bit awful to code with, so people have built more 'C++-like' stuff on top of it, like CPR (https://github.com/whoshuu/cpr).
11th Oct 2016, 1:40 PM
Schindlabua
Schindlabua - avatar