Cantitate/Preț
Produs

MFC Programming

Autor Alan R. Feuer
en Limba Engleză Mixed media product – 8 iun 1997
Focusing on the Win32 interface to Windows NT, this book comes with a disk containing source code from the text and the Ibrow editor and its source code. Ibrow implements direct links from program text into the online reference manual. Having the documented source code to a finished product enables the book to provide many examples. This should be useful either as a reference or an instruction guide.
Citește tot Restrânge

Preț: 20427 lei

Preț vechi: 27512 lei
-26% Nou

Puncte Express: 306

Preț estimativ în valută:
3911 4080$ 3278£

Disponibilitate incertă

Doresc să fiu notificat când acest titlu va fi disponibil:

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780201633580
ISBN-10: 0201633582
Pagini: 480
Dimensiuni: 193 x 240 x 27 mm
Greutate: 0.84 kg
Ediția:1
Editura: Pearson Education
Colecția Addison Wesley
Locul publicării:Boston, United States

Descriere

This book provides an in-depth introduction to writing 32-bit Windows applications using C++ and the Microsoft Foundation Class (MFC) library. The text builds from the ground up, first describing the Windows architecture and showing how MFC works with that architecture; next covering the document/view framework that simplifies the creation of industrial-strength programs; and finally illustrating advanced concepts like the usage of dynamic link libraries (DLL), creating Internet clients, and building form-based applications. MFC Programming answers the hard questions by diving below the surface presented in the Reference Manual.

Cuprins

I. BASIC WINDOWS.
 1. Win32 and MFC.
 2. Hello, World.
 3. Menus.
 4. Dialogs.
 5. Windows and Messages.
 6. Controls.
 7. Common Dialogs.
 8. Graphics, the Mouse, and the Keyboard.
II. THE APPLICATION FRAMEWORK.
 9. Program Organization.
10. Documents and Views.
11. Toolbars and Status Bars.
12. Specialized Views.
13. Printing and Previewing.
III. EXTENDED EXAMPLES.
14. Dialog-Based Applications.
15. Dynamic Link Libraries.
16. A Simple Internet Browser. 0201633582T04062001

Notă biografică

Alan R. Feuer is a software instructor, author of technical books, and developer of commercial software. His books include The C Puzzle Book, MFC Programming, and The C Trainer; commercial software includes the Allways Spreadsheet Publisher and the Safe C Runtime Analyzer. He is also the creator of many programming courses including The C Programming Workshop and Windows Programming Using MFC. From 1976 through 1983 Mr. Feuer was a member of the technical staff at Bell Laboratories where he developed a set of analytical tools that became part of AT&T's standard UNIX.
Hangman


0201633582AB04062001

Textul de pe ultima copertă

MFC Programming provides an in-depth introduction to writing 32-bit Windows applications using C++ and the Microsoft Foundation Class (MFC) library. The text builds from the ground up, first describing the Windows architecture and showing how MFC works with that architecture; next covering the document/view framework that simplifies the creation of industrial-strength programs; and finally illustrating advanced concepts like the usage of dynamic link libraries (DLL), creating Internet clients, and building form-based applications.

MFC Programming answers the hard questions by diving below the surface presented in the Reference Manual. For example, all types of controls are discussed, including the common controls, owner-draw controls using message reflection, and tool tips within a dialog. All of the common dialogs are described along with the the various methods of customization. Serialization is covered in depth, including serializing collections, reading and writing custom file formats, and using versionable schemas. Printing and previewing are described in detail, including printing of forms, scaling output to fit on a page, printing of headers and footers, and customization of the Page Setup dialog. Debugging strategies are explored, along with fixes to a few bugs encountered in MFC along the way.

0201633582B04062001


Caracteristici

  • Accompanying CD-ROM contains source codes for all programs in the book.