Archive for 20 February 2006
Cool App: C# Programmable Calculator
20 February 2006 in .NET in general & C# & Code-ing | Comments (0)
Say bye, bye to Windows’s standard calculator and say hello to the C# Programmable Calculator. C# Programmable Calculator is a reverse Polish notation calculator where you can customize (most) button functions by just reprogramming them in the C# programming language. And that is quite some fun!
The whole source code is available on the website as well as the finished compiled product. It requires .NET framework 2.0, and Visual Studio 2005 to edit the source (or, SharpDevelop might suffice).