02 2017 档案

摘要:读取excel文件:libxls-1.4.0.zip下载地址:http://sourceforge.net/projects/libxls/安装方法: ./configure make make install //示例: 建立文件readXls.cpp, 代码如下: #include <stdex 阅读全文
posted @ 2017-02-24 17:55 当你的世界里有风吹过 阅读(8872) 评论(0) 推荐(0)
摘要://CString to string的转可能只适用于某些编码情况string CStringToChar(const CString& strSrc){ CString strTmp(strSrc); string str(strTmp.GetBuffer(strTmp.GetLength())) 阅读全文
posted @ 2017-02-16 16:27 当你的世界里有风吹过 阅读(775) 评论(0) 推荐(0)