Tuesday, May 20, 2008

Java Calculator

This is definitely the ugliest calculator ever.
I was just starting learning Java when I did this program.
It is consisting of simple java buttons with images and a panel to display results.
By that time, we were mainly practising Object Oritented Programming.
So this program is GUI and Arithmetical Functions are separated classes.
and it is a good and trouble thing about java.

Wednesday, May 14, 2008

Tic-Tac-Toe (C++)

This is an assignment task a few months ago.
It is a console tic-tac-toe game , in which computer will be the opponent.
It is done in c++ .