Skip to content

bluurn/calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

calc

A basic calculator inspired by a Programming Principles and Practice book by Bjarne Stroustrup

how to run?

$ cmake -B .
$ cmake --build .
$ ./calc
2+2*2;

Tests?

$ cmake -B .
$ cmake --build .
$ ./tests

About

A basic calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published