Studying C++ for quant finance.

  • Thread starter Thread starter babinu
  • Start date Start date

babinu

XYZ
Joined
1/22/11
Messages
62
Points
18
Hi ,

I have working knowledge for C++ with good experience with java and perl . I am contemplating buying a book that will help me to learn the applications of c++ in quant finance and give a sound footing in the same. I have researched on this and have come up with 3 books

1. Modeling Derivatives in C++(by Justin London)
2. Financial Instrument Pricing in C++ ( by Daniel Duffy)
3. C++ Design Patterns and Derivative Pricing (by Mark Joshi)

Looking at their brief contents, I am leaning to the second one (though it is bit expensive) , but I would like to hear what others think as well , So please comment :)

Thanks
Babinu
 
As an Amazon Associate we earn from qualifying purchases.
I prefer the third one,because i test some codes which show in those three books with visual C++ 2010 express, and the codes show in the third book compiled successfully only with a few modification.
 
The template classes in my book were for VC++ 6.0. Updates on www.datasimfinancial.com
The 2nd editions of my C++ books will be at level C++ 11.

//
Template support changed appreciably from VC++ 6.0 to new releases.
 
Back
Top