October 10th, 2004, 12:50 pm
QuoteOriginally posted by: ajohanI'm planning to do some self-studies in C++, so right now I'm trying to choose between buying Duffy's "Financial Instrument Pricing using C++" or Joshi's "C++ Design Patterns and Derivatives Pricing" (I don't have time to wait on Justin London's book). Any thoughts on the best buy? I don't have any experience of programming in C++, but I have knowledge in ADA (object-oriented) and have written a couple of C programs. I'm not very experienced in numerical methods in finance, have only written some simple Monte Carlo and binomial stuff. I have some ebooks on C++ and Clewlow and Strickland's "Implementing Derivatives Models" to read on the side.well it's always dangerous commenting on your own book but since Daniel is already in this thread, i'll join in. I'd recommend learning basic C++ before getting either book. E.g. Eckel or Lippman or Deitel and Deitel. Basically something that will teach you the basics of the language before going to the advanced stuff. As to how my book compares to Daniel's:My book is a financial mathematician does C++, whereas his is a C++ programmer does math finance.My book concentrates on virtual functions, whereas his concentrates on templates. My book concentrates on Monte Carlo, whereas his concentrates on finite differences. My book is cheaper, his is longer. For more subjective commentary, I'll leave that to the readership...