• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

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

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