Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Visual C++ Books

Status
Not open for further replies.

Komil13

Programmer
Sep 26, 2001
50
US
hi,

i am new to Visual C++, but i have done c++ before. Can anyone recommend any good books for Visual C++?

Thanks ...
 
It depends on what you are trying to do. Mastering MFC Development Using Microsoft Visual C++ 6.0 seems to be pretty good. Right now I'm using that and the MsVC++6.0 Reference Library. They're both a bit costly though. I think there's also a beginners guide to MFC Dev by Microsoft too. That might be better. I have a couple other books but they're not much help. Their tutorials are too specialized. They don't get deep enough into the code. Maybe you're into using the wizards, but I'd rather code it myself. At least the first time so I understand how it works. Hope that helps. MYenigmaSELF:-9
myenigmaself@yahoo.com
"If debugging is the process of removing bugs, then programming must be the process of putting them in." --Dykstra
 
hi myenigmaself,

i can't find the book "Mastering MFC Fundamentals Using Visual C++" anywhere .... not even on Microsoft's site ...
 
If you look up MFC Mastering on Amazon it comes up with the first book I mentioned. But there are also links to many other MFC books that look good. Anything from Microsoft Press should be at least decent. Take a look at . That might be good. I went on the MSDN bookstore and tried to find the Fundimentals one but no dice. I don't know what's up with that. MYenigmaSELF:-9
myenigmaself@yahoo.com
"If debugging is the process of removing bugs, then programming must be the process of putting them in." --Dykstra
 
Another book to consider, if you're new to Windows programming in general, is Programming Windows by Charles Petzold. It uses C, rather than C++, and doesn't cover MFC at all, but it does a great job of showing you what's happening at the API level, and makes it easier to understand the concepts of Win32 programming.
 
If your going to purchase a book what is what you'll need to do if your library doesn't have any VC++ books, I would get:

VISUAL C++ BIBLE.
(don't know who it's by but the book is Grey and Black on cover with Orange Letters.)

this is an incredible book and well worth the dough. The 1st half teaches you C++ though you are already familiar you can skip the 1st half but it's nice for it to be there when you have to look something up. The second half teaches you indepth VC++ programming including how VC++ deals with messaging and so on. It's the best book I've come across for beginners into intermediate. For more advanced stuff you can find tutorials on the web, however the best advanced tutorials is actual code from some VC program or even a game. No book I've seen does a good job overall on advanced VC++ topics. Rocco is the BOY!!

M O T I V A T E!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top