دانلود کتاب Learning Modern C++ for Finance: Foundations for Quantitative Programming (Fourth Early Release)
by Daniel Hanson
|
عنوان فارسی: یادگیری C++ مدرن برای امور مالی: مبانی برنامه نویسی کمی (چهارمین نسخه اولیه) |
دانلود کتاب
جزییات کتاب
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.
Before launching into programming in C++, it will be useful to present a brief overview of the language the C++ Standard Library, and the ways in which C++ continues to have a major presence in quantitative finance. You may have already felt intimidated by opinions and rumors claiming that C++ is extraordinarily difficult to learn and fraught with minefields. So, in this chapter, we will try to allay these fears by first debunking some of the common myths about C++, and then presenting straightforward examples to help you get up and running.
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