visual c++ mfc 簡要介紹-------外文翻譯.doc
約21頁DOC格式手機打開展開
visual c++ mfc 簡要介紹-------外文翻譯,visual c++ is much more than a compiler. it is a complete application development environment that, when used as intended, lets you fully exploit the object ori...
內容介紹
此文檔由會員 wanli1988go 發(fā)布
Visual C++ is much more than a compiler. It is a complete application development environment that, when used as intended, lets you fully exploit the object oriented nature of C++ to create professional Windows applications. In order to take advantage of these features, you need to understand the C++ programming language. If you have never used C++, please turn to the C++ tutorials in the C/C++ Tutorials page for an introduction. You must then understand the Microsoft Foundation Class (MFC) hierarchy. This class hierarchy encapsulates the user interface portion of the Windows API, and makes it significantly easier to create Windows applications in an object oriented way. This hierarchy is available for and compatible with all versions of Windows. The code you create in MFC is extremely portable.
These tutorials introduce the fundamental concepts and vocabulary behind MFC and event driven programming. In this tutorial you will enter, compile, and run a simple MFC program using Visual C++. Tutotial 2 provides a detailed explanation of the code used in Tutorial 1. Tutorial 3 discusses MFC controls and their customization. Tutorial 4 covers message maps, which let you handle events in MFC.
What is the Microsoft Foundations Class Library?
Let's say you want to create a Windows application. You might, for example, need to create a specialized text or drawing editor, or a program that finds files on a large hard disk, or an application that lets a user visualize the interrelationships in a big data set. Where do you begin?
Visual C++ 2?????ê?ò???±àò??÷?£?üê?ò???è???μ?ó|ó?3ìDò?a·¢?·?3£?ê1ó??ü??3?·?à?ó???óD???ò???óì?D?μ? C++ à′?a·¢3?רòμ??μ? Windows ó|ó?3ìDò?£?aá??@@?·?à?ó??aD?ì?D?£???±?D?àí?a C++ 3ìDòéè??ó????£????á?C++£????í±?D????? Microsoft ?ù±?àà?a (MFC) μ?2?′??á11?£??2?′? ?á11°üèYá? Windows API ?Dμ?ó??§????2?·?£?2¢ê1???ü1?oüèYò×μ?ò????ò???óμ?·?ê??¨á¢ Windows ó|ó?3ìDò?£?a??2?′??á11êêó?óú?ùóD°?±?μ? Windows 2¢±?′???èY?£??ó? MFC ?ù?¨á¢μ?′ú??ê?íêè??éò??2μ??£
?a?a???????ò???ééüMFCμ??ù±?????oíê?ó?ò??°ê??t?y?ˉ3ìDòéè??·?·¨?£?ú±??ú?D£??????áê?è??¢±àò?oí??DDò????òμ¥μ?MFC3ìDò?£??ò??ú?D???ò???ê???aêí?aD?′ú???£μúèy2?·?ì???á?MFC????oíè?o??¨???ü???£μú??2?·????ééü???¢ó3é?£??????á′|àíMFCμ?ê??t?£
ê2?′ê?MFC?
These tutorials introduce the fundamental concepts and vocabulary behind MFC and event driven programming. In this tutorial you will enter, compile, and run a simple MFC program using Visual C++. Tutotial 2 provides a detailed explanation of the code used in Tutorial 1. Tutorial 3 discusses MFC controls and their customization. Tutorial 4 covers message maps, which let you handle events in MFC.
What is the Microsoft Foundations Class Library?
Let's say you want to create a Windows application. You might, for example, need to create a specialized text or drawing editor, or a program that finds files on a large hard disk, or an application that lets a user visualize the interrelationships in a big data set. Where do you begin?
Visual C++ 2?????ê?ò???±àò??÷?£?üê?ò???è???μ?ó|ó?3ìDò?a·¢?·?3£?ê1ó??ü??3?·?à?ó???óD???ò???óì?D?μ? C++ à′?a·¢3?רòμ??μ? Windows ó|ó?3ìDò?£?aá??@@?·?à?ó??aD?ì?D?£???±?D?àí?a C++ 3ìDòéè??ó????£????á?C++£????í±?D????? Microsoft ?ù±?àà?a (MFC) μ?2?′??á11?£??2?′? ?á11°üèYá? Windows API ?Dμ?ó??§????2?·?£?2¢ê1???ü1?oüèYò×μ?ò????ò???óμ?·?ê??¨á¢ Windows ó|ó?3ìDò?£?a??2?′??á11êêó?óú?ùóD°?±?μ? Windows 2¢±?′???èY?£??ó? MFC ?ù?¨á¢μ?′ú??ê?íêè??éò??2μ??£
?a?a???????ò???ééüMFCμ??ù±?????oíê?ó?ò??°ê??t?y?ˉ3ìDòéè??·?·¨?£?ú±??ú?D£??????áê?è??¢±àò?oí??DDò????òμ¥μ?MFC3ìDò?£??ò??ú?D???ò???ê???aêí?aD?′ú???£μúèy2?·?ì???á?MFC????oíè?o??¨???ü???£μú??2?·????ééü???¢ó3é?£??????á′|àíMFCμ?ê??t?£
ê2?′ê?MFC?