VisualC++ MFC简要介绍毕业设计外文翻译
《VisualC++ MFC简要介绍毕业设计外文翻译》由会员分享,可在线阅读,更多相关《VisualC++ MFC简要介绍毕业设计外文翻译(21页珍藏版)》请在毕设资料网上搜索。
1、 计算机专业毕业设计 外文翻译 Visual C+ MFC 简要介绍 工 学 部 工学一部 专 业 计算机科学与技术 班 级 4418101 学 号 200413181038 姓 名 张 为 指导教师 史 俊 负责教师 沈阳航空工业学院 北方科技学院 2008 年 7 月 沈阳航空工业学院北方科技学院毕业设计 (外文翻译 ) 1 Introduction to MFC Programming with Visual C+ Version 6.x by Marshall Brain Visual C+ is much more than a compiler. It is a complete
2、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 tu
3、rn 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 obje
4、ct 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
5、 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? Lets say y
6、ou 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? A good starting place i
7、s the design of the user interface. First, decide what the user should be able to do with the program and then pick a set of user interface objects accordingly. The Windows user interface has a number of standard controls, such as buttons, menus, scroll bars, and lists, that are already familiar to
8、Windows users. With this in mind, the programmer must choose a set of controls and decide how they should be arranged on screen. A time-honored procedure is to make a rough sketch of the proposed user interface (by tradition on a napkin or the back of an envelope) and play with the elements until th
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- visualc mfc 简要 扼要 介绍 毕业设计 外文 翻译
