View Single Post
  #12 (permalink)  
Old July 17th, 2005, 12:00 PM
Styx Styx is offline
Registered User
 
Join Date: Jul 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Styx
Default

Personaly I recommend Ivor Horton's other book Beginning Visual C++ 6. Beginning Visual C++ 6 is very good book. It covers everything one needs to know for a solid understanding of C++ language. Not a short tutorial, it covers literaly every fundermental concept and reinforces it with good examples and important tips. Beginning C++ is longer true but the extra concepts can be easily grasped by using MSDN

The second half of the book teaches one to write windows programs with the MFC. The tutorial is very nice as the reader writes a complex drawing program over several chapters. Really makes you feel having accompoloshed something.

It also gives a short primer on Win32 programming. So in one book the reader learns a comprehensive deal about both C++ and windows programming. Personaly I started with zero C++ knowledge and Beginning Visual C++ 6 did a good job at teaching me.

Never send a human to do a machines job...
Reply With Quote