I am having trouble reading remote files using C++.
This is a simple question: How do I access files through the http:// protocol?
This is a simple question: How do I access files through the http:// protocol?
| bladesage wrote: |
| I am having trouble reading remote files using C++.
This is a simple question: How do I access files through the http:// protocol? |
| Indi wrote: | ||
C++ does not support that in the core language. You need a sockets library. The answer to your question will depend on what sockets library you use. |
| bladesage wrote: | ||||
That's just it, I don't know what library to use, how to use it, or where it is |