Short description of this project
It is simple polygon library with console dialog. You can produce operations with polygonal shapes:
- add point
- move it
- rotate it
- display points
- count the gravity point
Project has Makefile so you can just download it and run:
make all
./polygonMakefile has different options:
- clean
- clears whole directory from .o and binary files
- all
- builds project with dialog module
- check
- builds check directory with tests
- NOT WORKING YET
Project builds for C++11 with flags -Werror -Wpedantic -Wall Remember about it when you will try to make the pull request :)
- test doesn't run
- strange behavior with rotate operation
- stream doesn't clean up during dialog work
Created for C++ course in MEPhI Yakovenko Ivan VK | ivan.yakovenko@icloud.com
- Fork it (https://github.com/meyakovenkoj/polygon/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request