This repository includes several programs for solving Quiz
Currently, below two programs included
- Vote program
- BracketCalculation program
- Ubuntu 16.04 (It might works well in most unix systems, and Windows too)
- C++11
- CMake & Make
cmake . && make Unit-test files are located in each program folder
Include 'ENABLE_FILE_INPUT_UNITTEST' definition in CMakeList
(Option already exist, just uncomment it)
Automatic checking between input/ouput unittest files are not supported yet.
./vote_program ./Vote_testcase/1.input.txt For debugging, there exist simple option in CMakeList.