Skip to main content

Common Libraries for Financial Applications

  • Chapter
  • First Online:
Practical C++ Financial Programming
  • 3031 Accesses

Abstract

Financial code implemented in C++ uses programming libraries designed to simplify the creation of fast, standard-conformant classes. The best example of such libraries is the STL (standard template library) itself, a convenient library that is included with standard-compliant C++ compilers. The STL offers a set of generic, commonly used containers that may be applied to almost any situation. Knowing how to employ well the STL is one of the main skills necessary for effective C++ programming, especially in the context of high-performance software developmentā€”a common requirement for financial applications. In this chapter, you will learn programming recipes that clarify some of the most common uses of the STL for financial programming, including containers and algorithms.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 69.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

Ā© 2015 Carlos Oliveira

About this chapter

Cite this chapter

Oliveira, C. (2015). Common Libraries for Financial Applications. In: Practical C++ Financial Programming. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4302-6716-4_4

Download citation

Publish with us

Policies and ethics