摘要:
开源代码:http://www.zlib.net/zlib使用手册:http://www.zlib.net/manual.htmlzlib wince版:http://www.tenik.co.jp/~adachi/wince/在这里,你可以查看基于各种操作系统平台的压缩与解缩代码实现。Compile win32 zlib v1.2.7 using vs20101. 下载http://zlib.net/zlib-1.2.7.tar.gz2、编译打开 vs2010 tools里的 command promptcd 到 zlib-1.2.7 目录下nmake -f win32/Makefile.m 阅读全文
摘要:
Using CURL to download a remote file from a valid URL in c++IntroductionCurl is an open source solution that compiles and runs under a wide variety of operating systems. It's used for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAP 阅读全文