Showing posts with label mfc. Show all posts
Showing posts with label mfc. Show all posts

Microsoft Visual C++ Windows Applications by Example: Code and explanation for real-world MFC C++ Applications Review

Microsoft Visual C++ Windows Applications by Example: Code and explanation for real-world MFC C++ Applications
Average Reviews:

(More customer reviews)
Are you looking to buy Microsoft Visual C++ Windows Applications by Example: Code and explanation for real-world MFC C++ Applications? Here is the right place to find the great deals. we can offer discounts of up to 90% on Microsoft Visual C++ Windows Applications by Example: Code and explanation for real-world MFC C++ Applications. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Microsoft Visual C++ Windows Applications by Example: Code and explanation for real-world MFC C++ Applications ReviewThis book by Stefan Björnander is a good introduction to Windows MFC programming using Visual C++ 2008. Like its competition, Ivor Horton's Beginning Visual C++ 2008, this book brings an up-to-date perspective on MFC. Unlike Ivor Horton's book, this book is about one-third the size and, as such, may be more readable. (On the other hand, Horton's book costs about $5 less, is more extensive at over 1300 pages, and is far more popular.)
The first two chapters (slightly over 100 pages in total) provide a quick overview of C++ with the second chapter reviewing object-oriented programming. The remaining seven chapters concern Windows programming, with much of the chapters consisting of explanations of source code given the book's teach-by-example methodology.
Unlike almost all other books in the MFC C++ genre, the source code is current since it was made with Visual C++ 2008. The source code includes five Windows MFC applications, including a basic word processor, a basic spreadsheet, and a Tetris-like game. The book also includes source code for console-based projects. (The source code is available at the publisher's site.) A good supplement to this book are the online "How Do I Videos?" from Microsoft on Visual C++ MFC programming as well as MSDN articles like "Use Our ManWrap Library to Get the Best of .NET in Native C++ Code."Below is the book description from the publisher's website:
"Visual C++ is an established development language for Windows desktop applications. This book shows you how to develop professional, real-life applications by examining real world examples. It is fast, and used in millions of applications throughout the world.
With this book you will learn how to create applications using MDI, complex file formats, text parsing and processing, graphics, and interactions. Every essential skill required to build Windows desktop-style applications is covered in the context of fully working examples.
The book begins with a quick primer on the C++ language, and using the Visual C++ IDE to create Windows applications. This acts as a recap for existing C++ programmers, and a quick guide to the language if you've not worked with C++ before. The book then moves into a set of comprehensive example applications, presenting the important parts of the code with explanation of how it works, and how and when to use similar techniques in your own applications.
The applications include: a Tetris-style game, a drawing application, a spreadsheet, and a word processor.
If you know the C++ language, or another Windows-based programming language, and want to use C++ to write real, complex applications then this book is ideal for you.
When you read this book, you will learn to:
--Build larger, more powerful, user friendly C++ applications
--Create MDI (multiple document interface) applications and use otherWindows application interface elements
--Create memory structures for complex application objects: documents, spreadsheets, drawings
--Save files to represent these memory structures
--Parse and process text, display interactive graphics, and handle input from the mouse and the keyboard
Who this book is written for:
The book is ideal for programmers who have worked with C++ or other Windows-based programming languages. It provides developers with everything they need to build complex desktop applications using C++.
If you have already learned the C++ language, and want to take your programming to the next level, then this book is ideal for you. "Microsoft Visual C++ Windows Applications by Example: Code and explanation for real-world MFC C++ Applications OverviewVisual C++ is an established development language for Windows desktop applications. This book shows you how to develop professional, real-life applications by examining real world examples. It is fast, and used in millions of applications throughout the world. The book is ideal for programmers who have worked with C++ or other Windows-based programming languages. It provides developers with everything they need to build complex desktop applications using C++. If you have already learned the C++ language, and want to take your programming to the next level, then this book is ideal for you.

Want to learn more information about Microsoft Visual C++ Windows Applications by Example: Code and explanation for real-world MFC C++ Applications?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Programming Windows with MFC, Second Edition Review

Programming Windows  with MFC, Second Edition
Average Reviews:

(More customer reviews)
Are you looking to buy Programming Windows with MFC, Second Edition? Here is the right place to find the great deals. we can offer discounts of up to 90% on Programming Windows with MFC, Second Edition. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Programming Windows with MFC, Second Edition ReviewIf I were a practising MFC programmer at the junior or intermediate level, I'd definitely want to have this book as a reference. It is one of the most complete MFC books around, and I like the author's approach of starting off with MFC basics and wrapper classes before moving onto application framework stuff and wizards. This is one of the few books that tells you what's behind some of those macros like DECLARE_DYNCREATE and tells you where to look for it in the source code of MFC itself.
However, if you are new to Visual C++ or have never heard of MFC, this is not the book I would recommend. I would suggest picking up Ivor Horton's Beginning Visual C++ 6 instead. Real beginners need a book that tells them how to use the IDE, debug programs, and use the wizards. So what if after reading it, all that wizard generated code becomes a blur to you. That's what Prosise and other more advanced books are for.
I'm an experienced C++ developer and I had read two MFC books (Beginning Visual C++ 6, MFC Programming by Alan Feuer) and Petzold 5th ed before reading Prosise and I still found it a little difficult reading, mostly because it starts off kind of slow (as someone else mentioned too). The chapter I found most difficult was the one on OLE clipboard/drag & drop.
I really recommend reading Petzold 5th ed before reading this or any other intermediate/advanced MFC book. Petzold is more of a beginner's book for Win32 SDK-style GUI programming.Programming Windows with MFC, Second Edition OverviewA definitive book for developers who want to understand and profit from the advances inherent in C++ and the Microsoft Foundation Class (MFC) library, this book explores the basics and, for the first time, gives authoritative coverage of OLE and ActiveX.

Want to learn more information about Programming Windows with MFC, Second Edition?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

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

The MFC Answer Book: Solutions for Effective Visual C++ Applications
Average Reviews:

(More customer reviews)
Are you looking to buy The MFC Answer Book: Solutions for Effective Visual C++ Applications? Here is the right place to find the great deals. we can offer discounts of up to 90% on The MFC Answer Book: Solutions for Effective Visual C++ Applications. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

The MFC Answer Book: Solutions for Effective Visual C++ Applications ReviewI now own four Visual C++ books, and after a year or so of programming with MFC, this is often the book I turn to first. When you've used MFC for a while, you realize that if your application fits exactly into the mold forseen by the MFC programmers, your job is a snap. But I've never had an application quite like that. There is always something that has to be different from the straight-and-narrow path. This book is the first line of defence for how to deal with those tweaks.
Many of the questions that this book answers cannot be answered by reading Microsoft's documentation (this is not particularly a slam at Microsoft: the system is just too huge to document everything to the last detail), and the only real way to answer them is to read the source code for MFC. Luckily for us, Eugene Kain has done this. A great feature of the book is that he gives both cookbook recipes to achieve a required tweak, AND an explanation of the relevant source code, so that you gain an understanding of how you might do something similar-but-not-quite-the-same.
My only complaint is that I want volume II, volume III, ...!
I recommend this book to all the (Unix background) programmers in my center that are starting to use Visual C++.The MFC Answer Book: Solutions for Effective Visual C++ Applications Overview

Want to learn more information about The MFC Answer Book: Solutions for Effective Visual C++ Applications?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...