Thursday, July 9, 2009

Develop a standard calculator using c++ programing language?

i need to develop a user interface for a calculator using C++. i was wondering if anyone could help me. i've no idea how to begin. what softwares or toolkits do i need to use. i am completely new to c++!





can anyone even suggest a good compiler, site or book for explaining how to build user interface standard calculator using C++?

Develop a standard calculator using c++ programing language?
It depends what calculator you want to create





1) GUI based


or


2) Text based





In c++ it is difficult to create GUI based calculator but u can create normal text based calculator


for creating text based calculator you have to format the input and then place the cursor in a same place and read always the following character 1 2 3 4 5 6 7 8 9 0 + - * / %





For the above and GUI based calculator use "Turbo C" will be the best one.

phlox

No comments:

Post a Comment