Home :: Books :: Reference  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet
Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference

Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Microsoft(r) Mastering MFC Development Using Microsoft Visual C++

Microsoft(r) Mastering MFC Development Using Microsoft Visual C++

List Price: $49.99
Your Price:
Product Info Reviews

<< 1 2 >>

Rating: 1 stars
Summary: Pas très fameux le style d'enseignement
Review: Ce livre est probablement bon, mais en termes d'approches d'enseignement, il est le pire de tous les livres de programmation que j'ai lus. Bon, ceci est mon avis; j'ai peut-être eu la chance de n'avoir lu que de très bons livres . . .
Il faudrait par exemple expliquer le code généré par le AppWizard, sinon, il y a des choses qui demeurent ésotériques; on achète un livre pour mieux se sentir en confiance à la fin de chaque chapitre; mais ce n'est pas nécessairement le cas ici. Bref si pour vous le style d'enseignement est un facteur important, passez à autre chose. Pour moi, ça importe alors je ne suis pas très satisfait.

Rating: 4 stars
Summary: Where To Begin With MFC
Review: First of all, this is NOT a book for MCSD training as I thought. If you don't have any experience with MFC or you want a book up to date, this is THE book. Microsoft covers all the basic of MFC programming, ready to use sample code, multimedia demo and animations, skill-building lab exercises and how to make applications that communicate across the internet.

Comparing with MFC Programming(wrox edition), for the same result, different path. I prefer this one.

Rating: 4 stars
Summary: Where To Begin With MFC
Review: First of all, this is NOT a book for MCSD training as I thought. If you don't have any experience with MFC or you want a book up to date, this is THE book. Microsoft covers all the basic of MFC programming, ready to use sample code, multimedia demo and animations, skill-building lab exercises and how to make applications that communicate across the internet.

Comparing with MFC Programming(wrox edition), for the same result, different path. I prefer this one.

Rating: 5 stars
Summary: Really good
Review: I can definately say this book was well worth my money...

The best thing about this book is the step by step lab excercises in the book... you actually get to learn by DOING which is always the best way to learn.

Chances are, even if you're been working w/ MFC for a while, there will be something in this book that you haven't done before and you'll be glad you got this book.

Why 4 stars and not 5? In my opinion, it doesn't delve very deep under the hood of MFC(the book from Wrox does a good job of this), and knowing how things work on the insides, is always preferable to knowing that 'it just works', especially when it comes to a code library as large as MFC. One minor(hardly noticeable to most folks) flaw is that most of the code seems to be written with support for a UNICODE build in mind (using TCHARs etc,) but the code won't compile under unicode due to (minor)inconsistencies here and there, but nothing major really.

PS: I've seen other reviewers referring to the MFC book from Wrox press ("Professional MFC With Visual C++ 6")... it's a very good book as well, although it's better for the person that would consider themselves intermediate, or the person on the move from beginner to intermediate... so do yourself a favor and get it as well...definately good stuff, plus it was written by one of the guys on the MFC development team. Some reviewers of the Wrox press MFC book don't like the fact that the book doesn't come w/ a CD containing the sample code. Fear not, for all of the sample code can be downloaded from the Wrox website. The Wrox press book has 1200 pages, and the Mastering MFC Development has 425 pages. Which one contains more detail?

Anyways, buy Mastering MFC Development...it's worth it.

Rating: 4 stars
Summary: Well worth the money
Review: I can definately say this book was well worth my money...

The best thing about this book is the step by step lab excercises in the book... you actually get to learn by DOING which is always the best way to learn.

Chances are, even if you're been working w/ MFC for a while, there will be something in this book that you haven't done before and you'll be glad you got this book.

Why 4 stars and not 5? In my opinion, it doesn't delve very deep under the hood of MFC(the book from Wrox does a good job of this), and knowing how things work on the insides, is always preferable to knowing that 'it just works', especially when it comes to a code library as large as MFC. One minor(hardly noticeable to most folks) flaw is that most of the code seems to be written with support for a UNICODE build in mind (using TCHARs etc,) but the code won't compile under unicode due to (minor)inconsistencies here and there, but nothing major really.

PS: I've seen other reviewers referring to the MFC book from Wrox press ("Professional MFC With Visual C++ 6")... it's a very good book as well, although it's better for the person that would consider themselves intermediate, or the person on the move from beginner to intermediate... so do yourself a favor and get it as well...definately good stuff, plus it was written by one of the guys on the MFC development team. Some reviewers of the Wrox press MFC book don't like the fact that the book doesn't come w/ a CD containing the sample code. Fear not, for all of the sample code can be downloaded from the Wrox website. The Wrox press book has 1200 pages, and the Mastering MFC Development has 425 pages. Which one contains more detail?

Anyways, buy Mastering MFC Development...it's worth it.

Rating: 4 stars
Summary: Good for beginners/intermediate
Review: I have read Beginning MFC by Wrox and I find that it does not compare to Mastering MFC Development Using Microsoft Visual C++(r) 6.0. I say this because the latter expects you to know some basics relating to C++ and does not "baby" you through useless information. It is well structured and the examples are well explained. If you are getting ready for the Microsoft Certification, use this book as a good reference. It will help you with your general questions as well as your preparation.

Rating: 4 stars
Summary: Good for beginners/intermediate
Review: I have read Beginning MFC by Wrox and I find that it does not compare to Mastering MFC Development Using Microsoft Visual C++(r) 6.0. I say this because the latter expects you to know some basics relating to C++ and does not "baby" you through useless information. It is well structured and the examples are well explained. If you are getting ready for the Microsoft Certification, use this book as a good reference. It will help you with your general questions as well as your preparation.

Rating: 1 stars
Summary: Confusing Book.
Review: This book is not for the beginner. I've read through the first three chapters and I'm still confused on what it's explaining. The first book I used was Learning VC++ in 21 days & this explained in better reproducable detail as to how to make workable code. MFC Development does not explicitly tell you where to put code and the code generated by the class wizard does not look anyway like the code in the examples. I've got more use out of my WROX & Learning VC++ in 21 days books than this one.

Rating: 1 stars
Summary: Confusing Book.
Review: This book is not for the beginner. I've read through the first three chapters and I'm still confused on what it's explaining. The first book I used was Learning VC++ in 21 days & this explained in better reproducable detail as to how to make workable code. MFC Development does not explicitly tell you where to put code and the code generated by the class wizard does not look anyway like the code in the examples. I've got more use out of my WROX & Learning VC++ in 21 days books than this one.

Rating: 2 stars
Summary: Not a good book for covering MFC
Review: This book is not very well written (content-wise).It goes into detail about the basics (using controls, toolbars, the view class, blah blah...) and then jumps right to using OLD DB, ADO and builing internet applications. None of the internet or DB programming here isn't anything you can't get from a better book on the subject or even a different book dealing with MFC's relation to these subjects. As a begginer's book, the first 5 chapters are appropriate, but the rest is over your head (because he doesn't lead up to it). As a more advanced MFC course it is woefully lacking in it's decriptions of MFC's relation to other programming components. I believe the idea was to lure people in by the cover. There are sections of the book that are usefull and the book is not a waste, but there are much better beginner books for the uninitiated and there are better books for the more advanced topics. I would consider this an addition to the library of an intermediate MFC programmer seeking to branch out into understanding how to write some DB or internet stuff.


<< 1 2 >>

© 2004, ReviewFocus or its affiliates