MFC-Users-Guide

所属分类:VC书籍
开发工具:Visual C++
文件大小:5692KB
下载次数:1
上传日期:2015-09-08 09:03:03
上 传 者溜达非
说明:  MFC User s Guide 《MFC 开发人员指南》书附带的光盘内容 包含书中的例子程序和源代码
(MFC User s Guide CD-ROM Include source and examples)

文件列表:
MFC 开发人员指南\BOOK\ACRODIST.HTM (4480, 1996-07-27)
MFC 开发人员指南\BOOK\ACROREAD.EXE (1528560, 1996-07-26)
MFC 开发人员指南\BOOK\BOOK.PDF (5333206, 1996-07-27)
MFC 开发人员指南\CODE\APPD\APPD.CLW (1955, 1996-07-10)
MFC 开发人员指南\CODE\APPD\APPD.CPP (3731, 1996-07-10)
MFC 开发人员指南\CODE\APPD\APPD.H (915, 1996-07-10)
MFC 开发人员指南\CODE\APPD\APPD.MAK (9355, 1996-07-10)
MFC 开发人员指南\CODE\APPD\APPD.RC (11054, 1996-07-10)
MFC 开发人员指南\CODE\APPD\APPDDOC.CPP (2344, 1996-07-10)
MFC 开发人员指南\CODE\APPD\APPDDOC.H (1341, 1996-07-10)
MFC 开发人员指南\CODE\APPD\APPDVIEW.CPP (6458, 1996-07-10)
MFC 开发人员指南\CODE\APPD\APPDVIEW.H (1772, 1996-07-10)
MFC 开发人员指南\CODE\APPD\MAINFRM.CPP (2540, 1996-07-10)
MFC 开发人员指南\CODE\APPD\MAINFRM.H (1148, 1996-07-10)
MFC 开发人员指南\CODE\APPD\RES\APPD.ICO (1078, 1996-07-10)
MFC 开发人员指南\CODE\APPD\RES\APPD.RC2 (396, 1996-07-10)
MFC 开发人员指南\CODE\APPD\RES\APPDDOC.ICO (1078, 1996-07-10)
MFC 开发人员指南\CODE\APPD\RES\TOOLBAR.BMP (1078, 1996-07-10)
MFC 开发人员指南\CODE\APPD\RESOURCE.H (490, 1996-07-10)
MFC 开发人员指南\CODE\APPD\STDAFX.CPP (202, 1996-07-10)
MFC 开发人员指南\CODE\APPD\STDAFX.H (537, 1996-07-10)
MFC 开发人员指南\CODE\CH01\HELLO.CPP (1352, 1996-07-18)
MFC 开发人员指南\CODE\CH01\HELLO.MAK (5779, 1996-06-17)
MFC 开发人员指南\CODE\CH02\HELLO.CPP (1567, 1996-07-18)
MFC 开发人员指南\CODE\CH02\HELLO.MAK (5779, 1996-06-17)
MFC 开发人员指南\CODE\CH03\STATIC.MAK (5821, 1996-06-17)
MFC 开发人员指南\CODE\CH03\STATIC1.CPP (1532, 1996-07-18)
MFC 开发人员指南\CODE\CH03\STATIC2.CPP (1607, 1996-07-18)
MFC 开发人员指南\CODE\CH03\STATIC3.CPP (1630, 1996-07-18)
MFC 开发人员指南\CODE\CH03\STATIC4.CPP (1507, 1996-07-18)
MFC 开发人员指南\CODE\CH03\STATIC5.CPP (1720, 1996-07-18)
MFC 开发人员指南\CODE\CH03\STATIC6.CPP (1929, 1996-07-18)
MFC 开发人员指南\CODE\CH04\BUTTON.MAK (5821, 1996-06-17)
MFC 开发人员指南\CODE\CH04\BUTTON1.CPP (1495, 1996-07-18)
MFC 开发人员指南\CODE\CH04\BUTTON2.CPP (1831, 1996-07-18)
... ...

--------------------------------------------------------------------- Code distribution for the book: Developing Professional Applications for Windows 95 and NT Using MFC by Marshall Brain and Lance Lovette Published by Prentice Hall Copyright 1996, by Prentice Hall. Version 1.0, August 1996. --------------------------------------------------------------------- INTRODUCTION - This CD contains code and information that will make the book much more useful to you. The "code" directory contains all of the code found in the book "Developing Professional Applications for Windows 95 and NT Using MFC", by Marshall Brain and Lance Lovette, published by Prentice Hall. The "index" directory contains the source code and data for an on-line index for the book. The "examples" directory contains the code from Parts 3, 4 and 5 of the book in text form so that you can more easily work along with the examples in the book. Just cut the code from these files and paste it into your examples as you work the exercises in the book. The "book" directory contains a complete electronic version of the book in Acrobat form, along with the Acrobat reader. The following copyright notice applies to all information found in this distribution: Copyright 1996, by Interface Technologies, Inc. All rights reserved. VERSION FREE - This book is "version free". This means that we have designed the book so that as Visual C++ changes versions every three months you don't have to go buy a new book. Instead, updates are continuously distributed free of charge on the web at http://www.iftech.com/mfc. Check out this site for the latest information and free updates. If you have any questions or comments, you can send them to the following email address: "mfc@iftech.com". COMPILING THE CODE - Each code directory on this disk has its own project file. Many of the directories contain multiple independent source files and only one project file--in these directories, you can use the Files option in the Project menu to change the file and compile each different code file in the directory. This format is used in Parts 1 and 2 of the book, and can be detected by the fact that the project includes only one file out of the many in the directory. In Parts 3, 4 and 5, each directory contains a single application created by the AppWizard. See Chapters 1, 14 and Appendix B for compilation instructions for each different project type. THE ON-LINE INDEX - The "index" directory contains the source and data for an on-line index for the book. Compile the code following instructions in README.TXT. You can type words into the text area, and then click on the Search button to find the sections that contain those words. For example, if you type "handling exceptions", the program will list all sections in the book that contain both "handling" and "exceptions". Similarly, if you type "C++ overloaded functions", all sections containing all three of those words are listed. You can use the "*" character as a wildcard at the end of a word. For example, the word "rectang*" matches "rectangle", "rectangles", "rectangular", and so on. These matches are all ORed together before being ANDed with the other words in the list. The index contains every word in the book, including every word from all of the example code. If you are looking for a piece of example code that contains a specific function, use the index to help find it. The electronic version of the book may also be helpful for finding specific information. OTHER BOOKS IN THE SERIES Interface Technologies has published many different books on NT, Visual C++ and Motif programming. Please see our web site at http://www.iftech.com for more information.

近期下载者

相关文件


收藏者