Link to home
Start Free TrialLog in
Avatar of toing
toing

asked on

Best Book on VC?

What is the best book on Visual C++?

thanks.
Avatar of carldean
carldean
Flag of United Kingdom of Great Britain and Northern Ireland image

Rather than buying one all encompassing VC++ book and ending up with a dumbed down version of the help files you should buy books that relate to what you want to do.

i.e.

If you want to learn C++ then get a C++ book.

If you need to use ATL then get an ATL book

etc. etc.

In general any book that weighs more than six pounds is a waste of money.
Avatar of pramansh
pramansh

If u are moving from C++ to VC++, i would suggest u read
* MFC Internals- George Shepherd Scot Wingo
This book would explain in detail how MFC works.
the other book is
*  Programming VC++ - kruglinski.

Maybe u can first read kruglinski and then move on to MFC internals so that u will have a clear understanding of what exactly u are accomplishing by using the class wizard etc.,
IMHO

I have found "Programming Windows with MFC" by Jeff Prosise,

Microsoft Press ISBN 1572316950 to be excellent,

Kruglinski is good but this is better.
ASKER CERTIFIED SOLUTION
Avatar of kkarunakar
kkarunakar

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
With very good reason, I'm partial to "Professional MFC Programming With Visual C++ 6.0" from Wrox Press.

Which book is best for you, though, depends on what you want to learn and the way that you like to learn. You haven't told us anything about that, so it's hard to give a firm recommendation.

..B ekiM
> In general any book that weighs more than six pounds is a waste of money.

Can you defend that generalization, carldean?

..B ekiM
Avatar of toing

ASKER

How about "VC++ Bible" and "MFC Programming Unleashed"?