摘要: 1. wstring 向 char 转化 std::wstring s2 ( L"Hello" ); char *str = new char[255]; sprintf(str,"%ls",s2.c_str()); 2. 定义一个 tstring typedef std::basic_... 阅读全文
posted @ 2012-01-13 17:20 BiG5 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 使用boost 1.34.1 成功(据说再新的版本不支持vc6了) http://blog.csdn.net/is2120/article/details/7198702 //z 2012-1-13 2:16 PM IS2120@CSDN 总结下: 重要步骤, 1. 先生成一个bjam(没有生... 阅读全文
posted @ 2012-01-13 14:17 BiG5 阅读(551) 评论(0) 推荐(0) 编辑
摘要: Users of Visual Studio 2003 and newer may directly go to below and skip this one. http://blog.csdn.net/is2120/article/details/7198072 //z 2012-1-1... 阅读全文
posted @ 2012-01-13 10:32 BiG5 阅读(163) 评论(0) 推荐(0) 编辑