Tuesday, July 28, 2009

C Program to create a calculator?

Need a C Program to create a calculator. The program will accept an arithmetic expression (assumed to be valid expression of only +,-,*,/,1/x and % operations) from the user. Including the above functions this calculator should provide the temporary buffer (memory function), to store and retrive the temporary number values

C Program to create a calculator?
Are you trying to get a friendly advice or to purchase a ware with some moneys?





If you need a friendly advice, instead of using MFC, I can suggest VCL which also offers a great facility to create it.


You can use Borland C++ Builder for developing using VCL or MS Visual C++ for developing using MFC
Reply:Wow, I cannot write the whole program in here, but I can give you a hint on where to start.


MFC is available if you want a graphical interface in C++. Try working with MFC, and you will create one!


Good Luck!


No comments:

Post a Comment