wxString與各類數據類型之間的轉換(摘自:wiki.wxwidgets.org)

  char* to wxString const char* chars = "Hello world"; // assuming your string is encoded as UTF-8, change the wxConv* parameter as needed wxString mystring(chars, wxConvUTF8); wxString to char* void
相關文章
相關標籤/搜索