Friday, June 22, 2012
2 Weeks C# Programming Workshop
Here is a program called "Calculator" that I created in C# during the 2 Weeks C# Programming Workshop held in Incessant Rain Animation Studio. The program starts with a log-in form asking the user to verify his username and password to gain access.
If ( user is verified)
{
User can use the Calculator.
}
else
{
The username and password you entered is incorrect. The correct username and password is "admin" and "admin123"
}
currently,
supports addition, subtraction, multiplication, division, sqrt(), reciproc().
Next update,
Delete the log in form after user is verified.
Make the "Del" and "%" key work.
Do the calculation by pressing other operator keys like +, -, *, etc.
Support keyboard inputs.
Later updates,
A registration form for registering the user's username and password.
Connection to the database for log-in verification.
I would like to thank our teacher Jiwan Katuwal aka Jiwan dai for teaching this wonderful programming language. Also i would like to thank my colleagues and Incessant Rain Animation Studio for their immense support during the workshop.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment