• <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++博客 :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理 ::
              47 隨筆 :: 0 文章 :: 12 評論 :: 0 Trackbacks

               全局變量的定義:
            在MFC的框架中有個全局變量:
            CTestApp theApp;
            theApp是在進入WinMain函數之前就構造好值的。
            所以可以進入WinMain函數之前是先執行theApp的構造函數。
            孫鑫老師說MFC是通過應用程序類的對象來標識應用程序的實例的(這句話不明白,應該都是hInstance標識的吧,也許要等到我看侯捷老師書的時候才知道了),且每個MFC程序有且僅有一個從CWinApp派生的類。也僅有一個CWinApp派生類的對象,即僅有一個theApp對象。theApp對象就標識了應用程序本身。
            即theApp是統領其它類的。
            并且CWinApp類是派生于CWinThread類的,
            There are two general types of threads that CWinThread supports: worker threads and user-interface threads. Worker threads have no message pump: for example, a thread that performs background calculations in a spreadsheet application. User-interface threads have a message pump and process messages received from the system. CWinApp and classes derived from it are examples of user-interface threads. Other user-interface threads can also be derived directly from CWinThread.

            MSDN中還提供了一些額外的操作全局信息的函數:

          1. AfxGetApp   Obtains a pointer to the CWinApp object.

          2. AfxGetInstanceHandle   Obtains a handle to the current application instance.

          3. AfxGetResourceHandle   Obtains a handle to the application's resources.

          4. AfxGetAppName   Obtains a pointer to a string containing the application's name. Alternately, if you have a pointer to the CWinApp object, use m_pszExeName to get the application's name.

            看看MFC中的 main()函數:
            extern "C" int WINAPI
            _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
             _In_ LPTSTR lpCmdLine, int nCmdShow)
            #pragma warning(suppress: 4985)
            {
             // call shared/exported WinMain
             return AfxWinMain(hInstance, hPrevInstance, lpCmdLine, nCmdShow);
            }

          5. posted on 2010-05-01 20:59 張貴川 閱讀(427) 評論(1)  編輯 收藏 引用

            評論

            # re: MFC框架的初讀(0) 2010-05-02 13:57 pywm
            Vc遠控編程愛好者群111720426   回復  更多評論
              

            久久狠狠色狠狠色综合| 91超碰碰碰碰久久久久久综合| 99久久婷婷国产综合精品草原| 狠狠精品干练久久久无码中文字幕| 精品综合久久久久久97超人| 久久激情五月丁香伊人| 热RE99久久精品国产66热| 久久精品中文无码资源站| 精品国产青草久久久久福利 | 久久ww精品w免费人成| 久久99精品国产99久久6男男| 精品久久久久中文字幕一区| 久久AV高潮AV无码AV| 亚洲国产成人久久综合一| 久久综合久久综合亚洲| 国产成人无码精品久久久免费 | 人妻少妇久久中文字幕一区二区| 国内精品久久久久| 中文字幕人妻色偷偷久久| 大蕉久久伊人中文字幕| 欧美黑人又粗又大久久久| 中文字幕无码久久人妻| 91久久精品视频| 精品精品国产自在久久高清| 亚洲午夜久久久久久久久电影网 | 国产精品久久久久久久久免费| 久久久久亚洲精品无码网址| 久久久91精品国产一区二区三区 | 久久这里有精品视频| 国内精品伊人久久久久| 性高湖久久久久久久久| 久久久国产视频| 亚洲国产婷婷香蕉久久久久久| 久久人人爽人爽人人爽av| 天天爽天天爽天天片a久久网| 久久久青草久久久青草| 国产精品一久久香蕉国产线看 | 中文字幕乱码人妻无码久久| 人人妻久久人人澡人人爽人人精品| 久久99国产一区二区三区| 日本久久久久久中文字幕|