user interface - C# - Calculator, what else to account for and incorporate? -



user interface - C# - Calculator, what else to account for and incorporate? -

so building calculator in c# fun seek utilize language , gui side of things..

i wondering if has suggestions on how go or functionality should incorporate improve knowledge of c# , can do.

right have simple calculator next (in decimal , binary):

adds subtracts multiplies divides checks gcd checks if prime

any other suggestions should do? love have many ideas possible, create calculator advanced possible.

does know how go doing 'graphing' calculator function can graph functions?

you run downwards built-in math class function list here if serious adding lot of functionality. sines, cosines, tangents, etc...

http://msdn.microsoft.com/en-us/library/system.math.aspx

c# user-interface graph calculator functionality

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -