Serving the Quantitative Finance Community

 
User avatar
ametrano
Posts: 1
Joined: July 14th, 2002, 3:00 am

best book for c++ self study?

March 6th, 2008, 2:02 pm

QuoteOriginally posted by: DCFCThe same "criticism" may be used against QuantLib, it's nearer to how finance code should be rather than how it is in the firms you want to work in.Love this line! We should put it on the QuantLib website.[Just in case you wonder: most of the QuantLib design is Luigi's work. Back to lurkdome.]ciao -- Nando
 
User avatar
2s1e
Posts: 0
Joined: September 13th, 2007, 6:37 pm

best book for c++ self study?

March 6th, 2008, 6:13 pm

I think MJ's book is the bomb!! I think it is worth its value in gold, seriously; because, imho there isn't a single sentence missing or extra within its defined scope.
 
User avatar
TraderJoe
Posts: 1
Joined: February 1st, 2005, 11:21 pm

best book for c++ self study?

March 7th, 2008, 12:00 am

QuoteOriginally posted by: 2s1eI think MJ's book is the bomb!! I think it is worth its value in gold, seriously; because, imho there isn't a single sentence missing or extra within its defined scope.How old are you?
 
User avatar
amitk
Posts: 0
Joined: March 16th, 2007, 10:19 am

best book for c++ self study?

March 7th, 2008, 4:38 am

Quote--------------------------------------------------------------------------------Originally posted by: 2s1eI think MJ's book is the bomb!! I think it is worth its value in gold, seriously; because, imho there isn't a single sentence missing or extra within its defined scope.--------------------------------------------------------------------------------No book can ever be complete....I am not sure MJs book covers Finite Difference techniques
 
User avatar
SNWKW
Posts: 0
Joined: April 27th, 2007, 5:37 pm

best book for c++ self study?

March 7th, 2008, 11:19 am

MJ vs Cuch is an erroneous comparison, since the products are complementary! If you are serious, you should buy both of them...MJ: I'm reading it right now. It's objective is to demonstrate the usefulness of some OOP patterns. MJ's method to achieve its goal is based on teaching you the benefits of these patterns by building on the flaws of an elementary solution to a problem. It's an excellent book, I recommend it. Cuch: I bought it, but haven't started yet. It seems to be a more comprehensive and complex product. The book is also structured in a different way. Skimming it, seems to be a necessary step towards serious C++ for finance, with a high dosis of templates from the start.Summing up: After a basic C++ book, You will need BOTH MJ and Cuch.