BookFrontier
Learning Modern C++ for Finance by Daniel Hanson

Book

Learning Modern C++ for Finance

Foundations for Quantitative Programming

Daniel Hanson

O'Reilly Media · Print & ebook · December 10, 2024

Reading lane: C++ Programming

This practical book demonstrates why C++ is still one of the dominant production-quality languages for financial applications and systems.

Buy on AmazonBrowse Lists

Disclosure: Some outbound links are affiliate links. If you buy through them, we may earn a commission. It doesn't affect which books we include. Learn more in our disclosure policy.

At a Glance

Who It's For

Good for readers interested in developmentGood for fans of FinanceGood for readers who enjoy C++ Programming and Financial Services.

Book Details

Authors
Daniel Hanson
Publisher
O'Reilly Media
Published
December 10, 2024
Format
Print & ebook
Theme
C++ Programming · Financial Services
Reading lane
C++ Programming

Affinity

Publisher Categories

  • Financial Services

  • Computers

  • C++ Programming

  • Computers / Software Development & Engineering / General

About This Book

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, thanks to modern features added to the C++ Standard beginning in 2011. Financial programmers will discover how to leverage C++ abstractions that enable safe implementation of financial models. You’ll also explore...

Read full description

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, thanks to modern features added to the C++ Standard beginning in 2011. Financial programmers will discover how to leverage C++ abstractions that enable safe 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 also benefit from this handy guide. - Learn C++ basics from a modern perspective: 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 - Implement basic numerical routines in modern C++ - Understand best practices for writing clean and efficient code

Similar Books