Tests with C_Sharp and WinForms
I am making these projects so I can learn the basics of Winforms and Visual Studio.
- This is a Bank system prototype that is required in the book C# from Caelum.
It's still in development.
- This project aims to deliver a simple calculator based on real calculators.
Finished.
- This project has the purpose of creating a Calculator that receives an arithmetic expression as input and outputs the correct calculation, taking into account the order of the operators used in the expression.
- Only these operators can be used at the moment: Plus ( + ), Minus ( - ), Times ( * or × ) and Divide ( / or ÷ ).
- TODO: Parenthesis cannot be used to force a precedence.
- This program will be used to take simple notes in a rich text format.
It's still in development.