:: :: 博问 :: 闪存 :: :: 联系 :: :: 管理 ::

2006年5月9日

摘要: 1:CStringstr;str.Format("%d",i);2:std::ostringstreamos;os<<i;CStringcstr_temp=os.str().c_str();2 包含头文件 #include <sstream> 阅读全文
posted @ 2006-05-09 17:21 dtor 阅读(728) 评论(2) 推荐(0)

摘要: 1std::stringstr_Str="xxx";2CStringstr_CStr;3str_CStr.Append(str_Str.c_str()); 阅读全文
posted @ 2006-05-09 16:07 dtor 阅读(1847) 评论(3) 推荐(0)