C++ Anagram Generator |
In March 2003, I rewrote my Java anagram generator in the programming language C++ to run on Windows platforms. This was mainly so I could learn about Windows programming. In the process I made a few improvements to it. The old Java one can still be found here. Right click on winanagram.zip to download the new native Windows anagram generator. |
|
|---|---|---|
Black-Scholes Option Pricing |
Right click on blackscholes.zip to download the Black-Scholes option pricing calculator for Microsoft Windows platforms as a compressed ZIP file. Although this equation has been implemented thousands of times before, my motivation here is to provide a standalone Windows user interface to the model. If floating point arithmetic over or underflows the application will report it. I assume no responsibility for the correctness of this software and it should not be used as a basis for trading decisions.
The formulas used are: The main assumptions of this model are:
|
Back to Martin's home page