wstring

    0熱度

    1回答

    對不起,問這樣一個簡單的問題,但我想把一個wchar_T放入一個wstring,但是當我打印出來檢查它時,我從wstring中得到垃圾。代碼如下: wchar_t windowsDir[255]; memset(windowsDir, NULL, sizeof(windowsDir)); GetWindowsDirectory(windowsDir, 255); std::wstring w

    1熱度

    2回答

    我需要爲基於Zinc的Flash應用程序重構.dll。 複製後粘貼&從主分支的一類,我發現了一些奇怪的編譯錯誤: GameInfo.h(15): error C2146: syntax error : missing ';' before identifier 'm_wsVersion' GameInfo.h(15): error C4430: missing type specifier -

    0熱度

    1回答

    wstring msg = L"NAME: " + hero.name + L"\n"; msg = msg + L"ATK: " + inttowstring(hero.ATK) + L"\n"; 這個帶有字符串變量的代碼將添加換行符,但不會與wstring一起使用。如果你問我,爲什麼使用wstring的公司,所以我可以將其轉換IM到LCPWSTR在這裏說,該設置一個文本框窗口以txt w

    0熱度

    2回答

    我試着寫在Linux中wstrings(俄文),在C++下面的代碼代碼: ofstream outWFile; outWFile.open("input.tab"); outWFile<< WStringToString(w->get_form()); outWFile<<"\t"; outWFile<<WStringToString(w->get_tag()); std::strin

    0熱度

    2回答

    我有一個C++ DLL,其中導出了以下函數。 double getDouble(std::wstring filename, std::string ID, status &stCode); int getInt(std::wstring filename, std::string ID, status &stCode); float getFloat(std::wstring filen

    1熱度

    1回答

    我有一個C++程序,它動態創建一個查詢字符串,然後它將被傳遞給SQLExecDirect調用以使用ODBC連接到數據庫。我無法將變量從一個函數傳遞給另一個函數,因此我認爲我必須缺少一些基本的東西? 在ConstructQuery函數(返回類型SQLWCHAR *),我有: std::wstring test = L"test string"; //This test string will act

    1熱度

    1回答

    我想在遊戲中找到std::string的好替代品。在Android中,wstring無法正常工作。到目前爲止,我只是使用ushort[]和0-65535範圍(每個字符2個字節),它似乎可以在11種語言中正常工作,但是向前移動,但我希望得到更好的實現。 u8"xxxyyy" VC++編譯器不支持文字符號,還有什麼其他選項?

    1熱度

    4回答

    我正在尋找一種方法來一個LPWSTR的內容複製到現有的wstring。 我發現了很多例子來做相反的事情,但我仍然在尋找一種方法來做到這一點。 感謝

    0熱度

    1回答

    對於下面的代碼,是否可以將結果輸出到字符串而不是wofstream?謝謝! wstring w = L"test"; std::wofstream ofs("test.txt"); std::locale utf8_locale(std::locale(), new boost::archive::detail::utf8_codecvt_facet()); ofs.imbue(utf8_l

    0熱度

    2回答

    我遇到了wstringstream的問題。當我這樣做 std::wstringstream ss; wchar_t* str = NULL; ss << str; 應用程序崩潰,錯誤 Unhandled exception at 0x53e347af (msvcr100d.dll) in stringstr.exe: 0xC0000005: Access violation