Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Learning Modern C++ for Finance: Foundations for Quantitative Programming

    Posted By: IrGens
    Learning Modern C++ for Finance: Foundations for Quantitative Programming

    Learning Modern C++ for Finance: Foundations for Quantitative Programming by Daniel Hanson
    English | December 10, 2024 | ISBN: 1098100808 | True PDF | 428 pages | 3.8 MB

    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