Description: Using C++ to achieve the HTTP Web download, the realization of two ways: 1.WinInet (in this way is very simple, but it is not very flexible) 2.WinSock (that is, Socket, in this way a bit tedious, but you can customize the report to send HTTP text first and receive the first response, it is flexible) due to limited programming author, wrong, the inevitable criticism welcome.
File list (Check if you may need any files):
WinInet
.......\CVodStreamCache.cpp
.......\CVodStreamCache.h
WinSock
.......\Cache.cpp
.......\CVodStreamCache.cpp
.......\CVodStreamCache.h
.......\Test.cpp