https://github.com/zetavg/cppcalculator
https://github.com/zetavg/cppcalculator
learning
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zetavg/cppcalculator
- Owner: zetavg
- Created: 2017-04-28T10:53:47.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2017-06-23T09:01:14.000Z (almost 8 years ago)
- Last Synced: 2025-04-01T22:59:54.399Z (2 months ago)
- Topics: learning
- Language: C++
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CPPCalculator
=============[](https://travis-ci.org/zetavg/CPPCalculator)
[](https://coveralls.io/github/zetavg/CPPCalculator?branch=develop)This is a project of object oriented programming in C++.
Note
----This repo contains submodules, please add Add the `--recursive` flag while cloning this repo (e.g. `git clone REPO_URL --recursive`), or run `git submodule init && git submodule update` after cloning it.
Testing
-------The following command will run all the test suits in this project:
```bash
$ make test
```To view the test coverage report, run `make coverage` then open `coverage/index.html`