Hi everybody
please I want the way to create calculator by c++ builder by using the properties ( Graphical User Interfaces)

Khalid

Recommended Answers

All 2 Replies

So what do you need us for?

We're not going to hand over a nice working answer for you just because you asked.

How much C++ do you know?
Have you read any tutorials specific to your compiler?
What about some example programs which come with it - do you understand them, have you modified them to make them do different things.

Tips : Download Visual C++ From Microsoft it's extremely easy . I managed to make this kind of calculator in 5 minutes with 6 operations .
Tips :
-Use <math.h> for sqrt & pow ;
-use radio buttons ;
-use 2 boxes for input numbers ;
Hope this helped

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.