![]() |
C++ Socket Library programming exampleExample: a small httpget programUsage: View 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 platforms. |