Angelo Lee's Blog
This is my kingdom .If i don't fight for it ,who will ?
摘要: 开源代码: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 阅读全文
posted @ 2012-12-28 19:39 Angelo Lee 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2012-12-28 13:12 Angelo Lee 阅读(817) 评论(0) 推荐(0) 编辑