C++ Socket Library programming example
Example: a small httpget program
Usage:
$ httpget http://www.alhem.net/Sockets/index.htmlView source code: httpget.cpp
and
httpget2.cpp"httpget3.cpp" is like httpget.cpp except that it also reads the fetched file from disk and displays it.
"httpget4.cpp" reads the file to memory, then extracts it into a std::string.
Please note.
This example was primarily developed on linux, and may require some tweaking
to compile on other