摘要: 1 #include <wx/wx.h> 2 #include <cstdlib> 3 void strtest() 4 { 5 wxString str1=wxT("Linux"); 6 wxString str2(wxT("Operating")); 7 wxString str3(wxT("System")); 8 wxString str4(wxT("操作系统")); 9 10 wxString str=str1+wxT(" ")+str2+wxT(" 阅读全文
posted @ 2011-03-14 16:04 高斯山 阅读(2021) 评论(0) 推荐(0)