Book 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
Publisher resources
Table of contents
- Preface
- 1. An Overview of C++
- 2. Writing User-Defined Classes with Modern C++ Features
- 3. Inheritance, Polymorphism, and Smart Pointers
- 4. The Standard Template Library Part I: Containers and Iterators
- 5. The Standard Template Library Part II: Algorithms and Ranges
- 6. Random Number Generation and Concurrency
- 7. Dates and Fixed Income Securities
- 8. Linear Algebra
- 9. The Boost Libraries
- 10. Modules and Concepts
- A. Virtual Default Destructor
- B. Object Slicing
- C. Implementation of Move Special Member Functions
- D. Resolving Conflicts in the Initialization of a vector
- E. valarray and Matrix Operations
- Index
- About the Author
Product information
- Title: Learning Modern C++ for Finance
- Author(s):
- Release date: November 2024
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781098100803
You might also like
video
Complete Modern C++ (C++11/14/17)
This course provides an extensive exploration of C++. The journey starts with mastering the syntax and …
book
Modern C++ for Absolute Beginners: A Friendly Introduction to C++ Programming Language and C++11 to C++20 Standards
Learn the C++ programming language in a structured, straightforward, and friendly manner. This book teaches the …
book
A Tour of C++, 2nd Edition
In Bjarne Stroustrup, the creator of C++, describes what constitutes modern C++. This concise, self-contained guide …
book
A Tour of C++, 3rd Edition
In A Tour of C++, Third Edition, Bjarne Stroustrup provides an overview of ISO C++, C++20, …