Skip to content

A GTK# GUI calculator written in C#. Supports exponentiation and parentheses, follows PEMDAS. Developed with MonoDevelop.

License

Notifications You must be signed in to change notification settings

cheshire137/SnazzyCalculator

Repository files navigation

Snazzy Calculator

This is intended to be a simple calculator written using GTK#, for the purpose of experimenting with GTK# and MonoDevelop. I release all its source code under the GPL v3 license. Many thanks to Eric White for his tutorial on building a recursive descent parser in C#.

Screenshot of SnazzyCalculator with a formula entered Screenshot of SnazzyCalculator with a formula entered

Screenshot of SnazzyCalculator with the solution to the above formula Screenshot of SnazzyCalculator after pressing '=' to solve the formula above. Note how the order of operations was followed.

About

A GTK# GUI calculator written in C#. Supports exponentiation and parentheses, follows PEMDAS. Developed with MonoDevelop.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages