
Learning Modern C++ for Finance
Foundations for Quantitative Programming
- Publisher's listprice GBP 52.99
-
The price is estimated because at the time of ordering we do not know what conversion rates will apply to HUF / product currency when the book arrives. In case HUF is weaker, the price increases slightly, in case HUF is stronger, the price goes lower slightly.
- Discount 10% (cc. 2 682 Ft off)
- Discounted price 24 136 Ft (22 987 Ft + 5% VAT)
Subcribe now and take benefit of a favourable price.
Subscribe
26 818 Ft
Availability
Estimated delivery time: In stock at the publisher, but not at Prospero's office. Delivery time approx. 3-5 weeks.
Not in stock at Prospero.
Why don't you give exact delivery time?
Delivery time is estimated on our previous experiences. We give estimations only, because we order from outside Hungary, and the delivery time mainly depends on how quickly the publisher supplies the book. Faster or slower deliveries both happen, but we do our best to supply as quickly as possible.
Product details:
- Edition number 1
- Publisher O?Reilly
- Date of Publication 19 November 2024
- Number of Volumes Print PDF
- ISBN 9781098100803
- Binding Paperback
- No. of pages428 pages
- Size 231x180x23 mm
- Weight 746 g
- Language English 647
Categories
Long description:
A lot of financial modeling has gravitated toward Python, R, and VBA, but many developers hit a wall with these languages when it comes to performance. This practical book demonstrates why C++ is still one of the dominant production-quality languages for financial applications and systems. Many programmers believe that C++ is too difficult to learn. Author Daniel Hanson demonstrates that this is no longer the case.
Financial programmers coming from Python or another interpreted language will discover how to leverage C++ abstractions that enable safer and quicker implementation of financial models. You'll also explore how popular open source libraries provide additional weapons for attacking mathematical problems. C++ programmers unfamiliar with financial applications will also benefit from this handy guide.
- Learn C++ basics: syntax, inheritance, polymorphism, composition, STL containers, and algorithms
- Dive into newer features and abstractions including functional programming using lambdas, task-based concurrency, and smart pointers
- Employ common but nontrivial financial models in modern C++
- Explore external open source math libraries, particularly Eigen and Boost
- Implement basic numerical routines in modern C++
- Understand best practices for writing clean and efficient code