Showing posts with label calculator. Show all posts
Showing posts with label calculator. Show all posts

Monday, 10 December 2012

Calculator





Tried to make a calculator using swings  that performs addition,subtraction,multiplication.division,exits and clear the data depending on the user requirements.It also includes a JButton  Help me ! to obtain further information about the application and JButton about to get information about the developer.Futher in case of indeterminate expression an exception is thrown and a pop up window appears .The JButton clear resets the data and set the variables to false .


Simple ChatBot using C++

I tried to make a chat with a bot ..after being inspired by a samsung app -Palingo .
This is a C++ prohram which is  konsole based.
It takes an input from user and the response is random .It includes header files like iostream,cstdlib,string and ctime .
I made a string -response having the script .And an infinte while loop to proceed the script .
It is a simple c++ program ,more improved version will be provided soon ..........
Mail me to obtain its source code and if interested to make chatbot using swings .