上一页 1 ··· 108 109 110 111 112 113 114 115 116 ··· 150 下一页
摘要: http://blog.csdn.net/is2120/article/details/7207178 正则表达式 regular expression greta vc6 compile 2008 2010 1. greta 在 vc6下能顺利编译 greta 2.64. (最后的版本已不存在... 阅读全文
posted @ 2012-01-17 16:27 BiG5 阅读(307) 评论(0) 推荐(0)
摘要: 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 阅读(152) 评论(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 阅读(567) 评论(0) 推荐(0)
上一页 1 ··· 108 109 110 111 112 113 114 115 116 ··· 150 下一页