Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

Simple Adder cpp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
Simple Adder - cpp

– Performs  simple addition of two integer numbers, inputs and the output displayed via a UI.

– Features: Line Editors, Push Button

Accomplished using Qt. The design layout was accomplished in Qt Designer.

Dependencies: Qt

To run it: Open as a Qt creator project or

 If you do not want to use the QtCreator etc, you can use the qmake script to help generate a make file and build the executable. Here's how to do it.

1) install qt4-qmake -- A Qt4 qmake Makefile generator tool.
2) navigate to the directory, where the source code is present.
3) run qmake. This step generates a make file.
4) run make. This step builds the required executable

By: Chaitanya CH