Skip to content

FarahaniMehrshad/Calculator

Repository files navigation

Calculator

A simple calculator written in C++ using wxWidgets. The code is not perfect. This is what newbies do in their free time. But you may find it useful for study purpose.

Screenshot

Table of content

  1. Features
  2. Why wxWidgets over Qt?
  3. How to compile?
  4. What is mfTreeUi.exe?

Features

  1. Good looking for those who like Watermelon.
  2. Shows you the step-by-step solution.
  3. Shows you the tree graph which you may get addicted to it.

Why wxWidgets and not Qt?

I like Qt, but as Robert Frost said:

Two roads diverged in a wood, and I – I took the one less travelled by.

How to compile?

https://www.youtube.com/watch?v=MfuBS9n5_aY&t=4s

What does mfTreeUi.exe do?

It reads postfix expression from the file named "postfix.txt" and uses that data in order to generate the tree. When you click on the Tree button in the View menu, the calculator converts your expression to postfix and then runs mfTreeUi.exe.

About

A simple calculator written in C++ using wxWidgets

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages