February 21, 2018

GUI Calculator : Turbo C++


   The following program is a Calculator that can be used to perform all the basic arithmetical operations viz. addition, subtraction, multiplication and division. 

The calculator has a three dimensional shape, and so do all of its buttons. In other words, it looks like a real world, three-dimensional object rather than a two dimensional shape rendered in a program. It has been developed using the Turbo C++ 3.0 IDE. It uses BGI Graphics to render all the graphics. If you need to learn about BGI Graphics, read How to Create Graphical Applications using Turbo C++ 3.0 IDE (BGI graphics library) first. You can also learn Mouse Programming in Turbo C++ from here.


Screenshots



GUI Calculator - Output

GUI Calculator - Output

GUI Calculator - Output



Source Code



Download




Click here to view and download the source code of GUI Calculator (70 KB).

Click here to download the executable file of GUI Calculator (67 KB) (Please note that it is a 16-bit executable and will not run on 64-bit systems).




2 comments: