or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
21 used & new from £3.71

Have one to sell? Sell yours here
 
   
MFC Programming (Advanced Windows)
 
See larger image
 

MFC Programming (Advanced Windows) (Paperback)

by Alan R. Feuer (Author)
4.0 out of 5 stars  See all reviews (5 customer reviews)
Price: £30.92 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock but may require up to 2 additional days to deliver.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Only 1 left in stock--order soon (more on the way).

8 new from £20.44 13 used from £3.71

Customers Who Bought This Item Also Bought

MFC Internals: Inside the Microsoft Foundation Architecture

MFC Internals: Inside the Microsoft Foundation Architecture

by George Shepherd
4.7 out of 5 stars (9)  £31.79
Windows via C/C++ 5th Edition (PRO-Developer)

Windows via C/C++ 5th Edition (PRO-Developer)

by Jeffrey Richter (Wintellect); Christophe Nasarre
5.0 out of 5 stars (1)  £31.17
Win32 Programming (Advanced Windows)

Win32 Programming (Advanced Windows)

by Brent E. Rector
4.0 out of 5 stars (1)  £49.13
MFC Answer Book: Solutions for Effective Visual C++ Applications

MFC Answer Book: Solutions for Effective Visual C++ Applications

by Eugene Kain
4.7 out of 5 stars (42)  £37.90
The Blind Watchmaker

The Blind Watchmaker

by Richard Dawkins
4.2 out of 5 stars (84)  £5.98
Explore similar items

Product details

  • Paperback: 480 pages
  • Publisher: Addison Wesley; Har/Cdr edition (10 Jul 1997)
  • Language English
  • ISBN-10: 0201633582
  • ISBN-13: 978-0201633580
  • Product Dimensions: 23.9 x 19.3 x 2.8 cm
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon.co.uk Sales Rank: 738,105 in Books (See Bestsellers in Books)

    Popular in this category:

    #22 in  Books > Computing & Internet > Microsoft Windows > Programming > Foundation Classes
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   C++ MFC Custom Controls opens new browser window
www.CodeJock.com  -  Professional Windows MFC Functions Full Source Code, Free Download! 
   C++Builder | Visual IDE opens new browser window
www.Embarcadero.com  -  RAD Visual IDE for rapid C and C++ Development. More info. Free trial 
   Programming Courses opens new browser window
www.seeklearning.co.uk  -  Not sure which Microsoft Programmer course is for you? Enquire Now! 
  
 

Product Description

Product Description

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.



From the Back Cover

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

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?


 

Customer Reviews

5 Reviews
5 star:
 (3)
4 star:    (0)
3 star:
 (1)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (5 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
3 of 3 people found the following review helpful:
5.0 out of 5 stars An excellent first MFC book!, 17 Feb 1999
By A Customer
As a 4th year CS BSc student I might claim to be the owner of the greatest number of MFC books. Most are like the curate's egg - good in parts. It is with regret that I came upon Feuer's book so late in the buying sequence. Had I discovered it earlier my bank account would now be better and that of Amazon somewhat less!

My MFC library ranges from the 'Do it in 24 hours' variety (often laughable - but even they often have something to offer) through to MS professional tomes which seem like those job offers where you need not only the ability but a few years experience as well. Another excellent book is Kruglinski but this only proves it's worth once you have nearly got the whole idea well understood. Feuer - much better as a starter - assumes little except a good C++ base and then takes one forward step by step.

I very strongly recommend Feuer for anybody with a good C++ basis wanting to move to VC++ and MFC. This is the one to start with if you want to protect your cash. Kruglinski should come after and then you're ready for the MS serious stuff! Happy coding!

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
2 of 2 people found the following review helpful:
5.0 out of 5 stars Does an exceptional job of explaining the "guts" of MFC, 6 April 1998
By A Customer
This is an outstanding book. If you want to understand what MFC is, how it works and how to get it to work then buy this book. This is a nice complement to a book like "Inside Visual C++". Whereas that book does a great job with the tutorials, this book explains the fundamentals of MFC programming beautifully. MFC Programming has 3 parts. The first explains many of the important MFC classes (mainly wrapper classes) and how they work with Win32. The second part builds on the first to explain the framework aspects of MFC. The third part has 4 complete applications. In the first 2 parts, each chapter generally has an example that is used to demonstrate the points raised in the chapter. There aren't any full listings - just snippets of relevant code. (The executables and .cpp and .h files etc are on the CD-ROM.) This makes it easy to see the relevant points without getting totally lost. Another nice feature that this book has is very good diagrams that explain class relationships, Win32 connections etc. A well written book is one that explains difficult things effortlessly. This is a well written book! (One caveat: The book does not explain the MSFT Visual C++ IDE - there are no IDE "screen shots". Though this book is really meant for intermediate to advanced programmers, after a small MSFT Visual C++ learning curve (check out 1 or 2 of the MSFT tutorials to get up to speed with the IDE), you will be able to understand the concepts in this book well.)
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
2 of 2 people found the following review helpful:
3.0 out of 5 stars This book is just OK., 29 Jan 1998
By A Customer
This book provides a fair introduction to programming with MFC. The text is easy to understand and covers a wide range of topics in a practical way without too much fluff. However, at just over 420 pages this book is comparatively brief with respect to other MFC books which cover the same topics and, subsequently, the material at times suffers from a lack of depth. It's easy for a beginner to lose the "big picture" since the author presents a lot of MFC functions and classes without really explaining where they come from. This would be a good reference for the more experienced programmer, but I wouldn't recommend this book for beginners.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

2.0 out of 5 stars O.k. but..
If you have done more than the minimum MFC programming then this book is unlikely to teach you anything that you will not have discovered for yourself. Read more
Published on 21 Aug 2005 by andrewgrant6

5.0 out of 5 stars This book is not a waste for MFC programming.
I have not read this book, I have mostly browsed through it to find information that I need. This book has not let me down. Read more
Published on 29 Oct 1998

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.