Objectives, Modalities and Evaluation: Instructions
Objectives, Modalities and Evaluation: Instructions
Instructions:
Project no.1 concerns ONLY those who did not submit the assignments and/or holiday
projects on time (40% of final grade)
It will be evaluated via the completed program files and a report written with a
maximum of 15 pages. The report should be sub-divided as follows:
Page 1/2
Project No.1: My Converter
Develop the application titled “MyConverter” in C++, using the Qt library as shown below.
This app converts the temperature value entered on the edit text section to Fahrenheit if Celsius -
> Fahrenheit is selected (and to Celsius if Fahrenheit -> Celsius is selected). The result is
displayed as a label. Pressing the button “Convert” does the conversion and pressing the button
“Close” closes the app.
MyConverter
Convert Close
Our aim is to create a basic calculator in C++, using Qt. It should be capable of:
➢ Performing simple calculations e.g. 12+3
➢ Performing chained calculations e.g. 1+2+…; such that, the previous result is
displayed each time we press a new operator.
➢ resetting to zero
➢ Handle exceptions when there is a division by zero.
Calculator
GOOD LUCK!
Page 2/2