which book is a good start for learning C++?

  • Thread starter Thread starter leephy
  • Start date Start date
The Sams C++ is ok, but it only skims the surface. The Savitch book is excellent. I would also highly recommend "Introduction to C++ for Financial Engineers" by Daniel Duffy. But I suggest familiarize yourself with C++ before jumping into Duffy's book.
 
Accelerated C++ by Andrew Koenig and Barbara E. Moo

This book is probably the best modern C++ book, as it really teaches you how to leverage STL. Check the reviews on Amazon.
 
I would have to agree that "Introduction to C++ for Financial Engineers" by Daniel Duffy is pretty good. Depending on your level of experience, Deitel's book C++ How to Program may be a good start.
 
Back
Top Bottom