Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

ivanfilho21/C_Sharp_WinForms_Tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C_Sharp_WinForms_Tests

Tests with C_Sharp and WinForms

I am making these projects so I can learn the basics of Winforms and Visual Studio.

Quick Description

Bank

  • This is a Bank system prototype that is required in the book C# from Caelum.

It's still in development.

Screenshot

Calculator

  • This project aims to deliver a simple calculator based on real calculators.

Finished.

Screenshot

PrecedenceCalc

  • 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.

Screenshot

SimpleNotepad

  • This program will be used to take simple notes in a rich text format.

It's still in development.

Screenshot

Releases

No releases published

Packages

No packages published

Languages