Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add QuantLib and Finance section #95

Merged
merged 3 commits into from Apr 8, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add QuantLib and Finance section
  • Loading branch information
christiankolding committed Apr 8, 2015
commit 010490ed2c687fe3fd4444c497392384fa59b2b0
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
- [Cryptography](#cryptography)
- [Database](#database)
- [Debug](#debug)
- [Finance](#finance)
- [Game Engine](#game-engine)
- [GUI](#gui)
- [Graphics](#graphics)
Expand Down Expand Up @@ -222,6 +223,9 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [Remotery](https://github.com/Celtoys/Remotery) - Single C File Profiler with Web Viewer. [Apache2]
* [UnitTest++](http://unittest-cpp.sourceforge.net/) - A lightweight unit testing framework for C++. [MIT/X Consortium license]

## Finance
* [QuantLib](http://quantlib.org/index.shtml) - A free/open-source library for quantitative finance [BSD]

## Game Engine

* [Allegro](http://alleg.sourceforge.net) - A cross-platform library mainly aimed for video games and multimedia programming. [zlib]
Expand Down