• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            上善若水,厚德載物

            大道無親 大象無形 大音希聲 大巧若拙 大智若愚 【From small beginnings comes great things.】

             

            將托管C++下的System::String 轉換為標準字符串

                   今晚在將自動機與.Net下的繪圖工具窗口對接時遇到了C++托管下的string轉化為非托管的標準wstring問題,好在終于在微軟的msdn上找到解決辦法,感覺很好很強大,需收藏下...

             1 // convert_system_string.cpp
             2 // compile with: /clr
             3 #include <string>
             4 #include <iostream>
             5 using namespace std;
             6 using namespace System;
             7 
             8 void MarshalString ( String ^ s, string& os )
             9  {
            10      using namespace Runtime::InteropServices;
            11      const char* chars =
            12            (const char*)(Marshal::StringToHGlobalAnsi(s)).ToPointer();
            13      os = chars;
            14      Marshal::FreeHGlobal(IntPtr((void*)chars));
            15  }
            16 void MarshalString ( String ^ s, wstring& os )
            17  {
            18      using namespace Runtime::InteropServices;
            19      const wchar_t* chars =
            20            (const wchar_t*)(Marshal::StringToHGlobalUni(s)).ToPointer();
            21      os = chars;
            22      Marshal::FreeHGlobal(IntPtr((void*)chars));
            23  }
            24 int main() 
            25  {
            26     string a = "test";
            27     wstring b = L"test2";
            28     String ^ c = gcnew String("abcd");
            29     cout << a << endl;
            30     MarshalString(c, a);
            31     c = "efgh";
            32     MarshalString(c, b);
            33     cout << a << endl;
            34     wcout << b << endl;
            35  }
            36 

             
            輸出結果是:

            test
            abcd
            efgh

             

            posted on 2009-05-24 01:53 ChenZB 閱讀(2677) 評論(2)  編輯 收藏 引用 所屬分類: C++

            評論

            # re: 將托管C++下的System::String 轉換為標準字符串 2009-05-31 18:54 none

            很勤奮 向你學習  回復  更多評論   

            # re: 將托管C++下的System::String 轉換為標準字符串[未登錄] 2009-05-31 19:15 chenzb

            @none
            最近很懶...慚愧慚愧  回復  更多評論   

            導航

            統計

            常用鏈接

            留言簿(6)

            隨筆分類

            隨筆檔案

            收藏夾

            友情鏈接

            搜索

            積分與排名

            最新評論

            閱讀排行榜

            評論排行榜

            99热都是精品久久久久久| 久久精品国产亚洲麻豆| 久久免费国产精品| 国产69精品久久久久久人妻精品| 亚洲国产欧洲综合997久久| 久久综合久久综合九色| 亚洲国产天堂久久久久久| 久久夜色精品国产噜噜亚洲AV| 91精品国产乱码久久久久久| 亚洲国产一成久久精品国产成人综合 | 亚洲第一极品精品无码久久| 久久久久久久99精品免费观看| 久久精品国产只有精品66| 久久久久久国产精品无码超碰| 中文成人无码精品久久久不卡| 久久九九亚洲精品| 亚洲午夜久久久影院伊人| 久久亚洲2019中文字幕| 国产精品一区二区久久| 中文字幕人妻色偷偷久久| 国产免费久久久久久无码| 精品一区二区久久| 色综合久久无码五十路人妻| 亚洲国产高清精品线久久| 国内精品久久久久影院网站| www.久久热.com| 久久久久亚洲AV无码专区体验| 国产精品乱码久久久久久软件| 国产成人99久久亚洲综合精品| 久久九九亚洲精品| 国产成人99久久亚洲综合精品| 日本久久久精品中文字幕| 精品久久久久中文字幕日本| 日韩人妻无码精品久久久不卡| 久久无码高潮喷水| 狠狠综合久久AV一区二区三区| 思思久久99热只有频精品66| 久久99这里只有精品国产| 久久只有这里有精品4| 久久精品国产99国产精品亚洲| 熟妇人妻久久中文字幕|