gravfu / CPool_bistro-matic_2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPool_bistro-matic_2019

The goal was to do a basic calculator for infinite number.

Date: November 2019

Language: C

Grade: A

Compilation:

Compilation via Makefile

make
make clean
./calc

remove compilation files:

make fclean

Unit tests

Using Criterion: https://github.com/Snaipe/Criterion

make tests_run

About


Languages

Language:C 90.2%Language:C++ 5.9%Language:Makefile 4.0%