Click here to Skip to main content
15,916,692 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how do i create such calci do any one help me out plz
Posted
Comments
CodingLover 1-Nov-11 0:11am    
Did you try anything yet?
shahshivam 1-Nov-11 11:34am    
no i want some starting help about which tool of ajax would be use to create this type of project of(Creating calaci using ajax)
shahshivam 1-Nov-11 11:33am    
i need just starting help to create this and i want to know which ajax tool would be used in this

1 solution

Why do you need such calculator? The Web calculator is already created, called JavaScript. :-)
Well, perhaps it needs some HTML to visualize it, present to a Web application user properly, process exceptions, etc.

Here is what you can get as a result: My on-line calculator.

Real calculator should enable the user to introduce variables, create functions and even classes — all that JavaScript can do. Numerous computer simulations of old-days calculator with buttons, like Microsoft Windows calculator is something I call "civilization idiocy". Who need such things?

—SA
 
Share this answer
 
v2
Comments
Espen Harlinn 1-Nov-11 9:08am    
Excellent - my 5
Sergey Alexandrovich Kryukov 1-Nov-11 11:36am    
Thank you, Espen.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900