Please do it in QT framework ONLY Write a binary calculator with Qt framework .
ID: 3872776 • Letter: P
Question
Please do it in QT framework ONLY
Write a binary calculator with Qt framework. You should implement four operations for binary values, which are addition (+), subtraction (-), multiplication (*), division (/). The calculator should support binary values within 16 bits. You can care about only the integer part of the result, but you have to deal with both positive and negative values. Also implement the ‘clear’ function in the calculator to clean the previous result. You can use http://www.calculator.net/binary-calculator.html to verify the result.
Thank You
Explanation / Answer
ANSWER::