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 anagram generator can now be obtained from the Microsoft Store.
|
|
---|---|---|
Black-Scholes Option Pricing |
In 2003, I wrote a Black-Scholes option pricing calculator for Microsoft Windows. 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:
The Black-Scholes option pricing calculator can now be obtained from the Microsoft Store.
|