0% found this document useful (0 votes)
89 views1 page

Implementation of A Gui RPN Calculator For Integer Numbers: Rio - BR/FTP - Pub/Lfm/L1E - Rpncalculator PDF

This document provides instructions for implementing a graphical user interface (GUI) version of a reverse polish notation (RPN) calculator that performs calculations using integer numbers. Students are asked to complete a Qt-based GUI RPN calculator program by modifying code available online to replicate the functionality of a console-based RPN calculator for integers rather than floating point numbers. The document directs students to example code and interface images to help understand and complete the assignment.

Uploaded by

Vijay Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
89 views1 page

Implementation of A Gui RPN Calculator For Integer Numbers: Rio - BR/FTP - Pub/Lfm/L1E - Rpncalculator PDF

This document provides instructions for implementing a graphical user interface (GUI) version of a reverse polish notation (RPN) calculator that performs calculations using integer numbers. Students are asked to complete a Qt-based GUI RPN calculator program by modifying code available online to replicate the functionality of a console-based RPN calculator for integers rather than floating point numbers. The document directs students to example code and interface images to help understand and complete the assignment.

Uploaded by

Vijay Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Introduction to Computer Graphics for Engineering

Short Course - 16th -18th June 2014


Implementation of a GUI RPN calculator for integer numbers

Implement a GUI (Guided User Interface) version of the described RPN (Reversed Polish Notation)
calculator using Qt interface system. The GUI version of the implemented RPN calculator should
be based on the console version described in this course: http://www.tecgraf.pucrio.br/ftp_pub/lfm/L1E_RPNCalculator.pdf. Note that the console RPN calculator works with
double precision floating point number, whilst the assigned GUI RPN calculator works with integer
numbers.
Complete the graphics program available in the course homepage:
http://www.tecgraf.puc-rio.br/~lfm/HW1_GuiRPN.zip.
This program uses Qt interface system.
Understanding the given code is part of the assignment.
An executable program, which is the solution of the assignment, is provided:
http://www.tecgraf.puc-rio.br/~lfm/HW1_GuiRPN-solution.zip.
Image of Qt Designer interface with the used widgets (interface objects) in the solution program:

You might also like