⚠️ This repository is no longer maintained by Lukas Martinelli.
This is a C++ console application where you can calculate simple expressions and the output will be displayed as 7-segment digits.
- Install Cevelop
- Open the repository as a workspace
- Import as existing projects into workspace
You can use Eclipse to build the project or the provided makefile.
make
We use CUTE for our unit tests. To run the tests you need to compile the tests and then simply run the executable. This will output the test results to the console and a XML file.
make test
Standard arithmetic operations:
5 * 3
-
||
-
| |
-
Catching errors:
10 / 0
-
|
- - - - -
| | | | ||
- -