Bowling/src
2025-03-27 15:38:31 +01:00
..
FileHelper.cpp Follow c++ naming convention 2025-03-19 11:21:04 +01:00
FileReader.cpp Add comment 2025-03-19 11:58:53 +01:00
FileUtil.cpp Validate if there are more or less than the allowed rolls, if the numbers are valid and if the number isn't a number. 2025-03-27 15:07:45 +01:00
main.cpp Validate if there are more or less than the allowed rolls, if the numbers are valid and if the number isn't a number. 2025-03-27 15:07:45 +01:00
NumberHelper.cpp Validate if there are more or less than the allowed rolls, if the numbers are valid and if the number isn't a number. 2025-03-27 15:07:45 +01:00
PrintFrames.cpp Add missing value if the last frame is a spare 2025-03-27 15:38:31 +01:00
ScoreCalculator.cpp The printing function now only prints a single string, that has been created by the function PrintFrames::parseValue(vector<Frame> frames) that parses the frames 2025-03-27 12:24:02 +01:00