• <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>

              C++博客 :: 首頁 :: 聯系 :: 聚合  :: 管理
              117 Posts :: 2 Stories :: 61 Comments :: 0 Trackbacks

            常用鏈接

            留言簿(8)

            搜索

            •  

            最新評論

            閱讀排行榜

            評論排行榜


            注意,所有的代碼,建立的是win32 console application 支持MFC,因為CString,只有MFC才支持
            4、 char*和CString的相互轉換

                  CString包含了3個值:指向某個數據緩沖區的指針、該緩沖區中有效地字符記數(它是不可存取的,是位于CString地址之下的一個隱藏區域)及一個緩沖區長度。有效字符數的大小可以使從0到該緩沖最大長度值減1之間的任何數(因為字符串結尾有一個NULL字符)

                  4.1 char*轉換為CString

                   ①直接賦值

                     ②利用格式化轉換

            #include "stdafx.h"
            #include 
            "CString.h"
            #ifdef _DEBUG
            #define new DEBUG_NEW
            #undef THIS_FILE
            static char THIS_FILE[] = __FILE__;
            #endif
            /////////////////////////////////////////////////////////////////////////////
            // The one and only application object
            CWinApp theApp;
            using namespace std;
            int _tmain(int argc, TCHAR* argv[], TCHAR* envp[])
            {
                
            int nRetCode = 0;
                
            // initialize MFC and print and error on failure
                if (!AfxWinInit(::GetModuleHandle(NULL), NULL, ::GetCommandLine(), 0))
                
            {
                    
            // TODO: change error code to suit your needs
                    cerr << _T("Fatal Error: MFC initialization failed"<< endl;
                    nRetCode 
            = 1;
                }

                
            else
                
            {
                    
            // TODO: code your application's behavior here.
                    CString strHello;
                    strHello.LoadString(IDS_HELLO);
                    cout 
            << (LPCTSTR)strHello << endl;
                    CString strConvert;
                    TCHAR
            * p= _T("this is a chToString test ");
                    
            //要試驗的話,只需要去掉注釋和加上注釋
                    strConvert = p;//直接復制
                    
            //strConvert.Format("%s",p);//格式化
                    
            //注意,這里不能直接cout<<strConvert,輸出的會是一串數字
                    cout<<"strConvert="<<(LPCTSTR)strConvert<<endl;
                }

                
            return nRetCode;
            }

                  4.2 CString轉換為char*

                  ①強制類型轉換為LPCTSTR

                  ②使用strcpy

                  需要說明的是,strcpy(或可移植的_tcscpy)的第二個參數是const wchar_t* (Unicode)或const char* (ANSI),系統編譯器將會自動對其進行轉換。

            #include "stdafx.h"
            #include 
            "CString.h"
            #ifdef _DEBUG
            #define new DEBUG_NEW
            #undef THIS_FILE
            static char THIS_FILE[] = __FILE__;
            #endif
            /////////////////////////////////////////////////////////////////////////////
            // The one and only application object
            CWinApp theApp;
            using namespace std;
            int _tmain(int argc, TCHAR* argv[], TCHAR* envp[])
            {
                
            int nRetCode = 0;
                
            // initialize MFC and print and error on failure
                if (!AfxWinInit(::GetModuleHandle(NULL), NULL, ::GetCommandLine(), 0))
                
            {
                    
            // TODO: change error code to suit your needs
                    cerr << _T("Fatal Error: MFC initialization failed"<< endl;
                    nRetCode 
            = 1;
                }

                
            else
                
            {
                    
            // TODO: code your application's behavior here.
                    CString strHello;
                    strHello.LoadString(IDS_HELLO);
                    cout 
            << (LPCTSTR)strHello << endl;
                    
            //強制類型轉換為LPCTSTR
                    CString theString( (_T("Char test ")));
                    LPTSTR lpsz
            =(LPTSTR)(LPCTSTR)theString;
                    
            //使用strcpy
                    LPTSTR lpsz1=new TCHAR[theString.GetLength()+1];
                    _tcscpy(lpsz,theString);
                }

                
            return nRetCode;
            }

                     4.3使用GetBuffer

                    如果需要修改CString中的內容,它有一個特殊的方法可以使用,那就是GetBuffer,它的作用是返回一個可寫的緩沖指針。如果只是打算修改字符或者截短字符串,例如

            CString theString( (_T("Char test ")));
            LPTSTR lpsz
            =s.GetBuffer();
            /*添加p的代碼*/
            s.ReleaseBuffer();
            //使用完后及時釋放


            如果還想獲得更多關于《Visual C++代碼參考與技巧大全》的內容,可點擊下面網址,

            http://www.shnenglu.com/kangnixi/archive/2010/01/13/105591.html
            posted on 2010-01-27 22:55 煙皚 閱讀(469) 評論(0)  編輯 收藏 引用 所屬分類: 《Visual C++代碼參考與技巧大全》學習筆記
            久久性精品| 国产成人综合久久精品红| 97久久香蕉国产线看观看| 青青草国产成人久久91网| 久久久久国色AV免费看图片| 国产精品久久新婚兰兰| 久久国产精品一区二区| 亚洲国产天堂久久久久久| 久久久无码精品亚洲日韩蜜臀浪潮 | 久久91精品国产91久久户| 久久精品国产72国产精福利| 亚洲中文久久精品无码| 99久久精品国产综合一区| 日韩精品无码久久久久久| 欧美精品丝袜久久久中文字幕 | 中文字幕成人精品久久不卡| 亚洲人AV永久一区二区三区久久 | 午夜精品久久久久| 国产精品伊人久久伊人电影| 亚洲精品美女久久777777| 日本亚洲色大成网站WWW久久| 久久99国产精品99久久| 久久久久久国产精品免费无码 | 日本道色综合久久影院| 久久综合国产乱子伦精品免费| 久久精品无码一区二区三区日韩| 日韩精品国产自在久久现线拍| 亚洲精品无码久久千人斩| 久久亚洲AV成人无码软件| 无码乱码观看精品久久| 久久久久无码国产精品不卡| 国产亚洲美女精品久久久| 久久九九青青国产精品| 久久精品国产一区二区三区日韩| 色综合久久无码五十路人妻| 精品多毛少妇人妻AV免费久久 | 97精品国产97久久久久久免费| 久久国产精品久久久| 99久久精品久久久久久清纯| 久久91精品综合国产首页| 久久精品免费网站网|