{"id":16184412,"url":"https://github.com/cbl/gdp-exam","last_synced_at":"2025-04-07T12:46:30.775Z","repository":{"id":131561175,"uuid":"334970667","full_name":"cbl/gdp-exam","owner":"cbl","description":null,"archived":false,"fork":false,"pushed_at":"2021-02-17T12:30:59.000Z","size":282,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T04:11:22.179Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cbl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-01T14:10:35.000Z","updated_at":"2021-05-21T09:56:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ec22b9e-896a-44e8-bc49-af4c4b3c7ee9","html_url":"https://github.com/cbl/gdp-exam","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbl%2Fgdp-exam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbl%2Fgdp-exam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbl%2Fgdp-exam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbl%2Fgdp-exam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cbl","download_url":"https://codeload.github.com/cbl/gdp-exam/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247656109,"owners_count":20974300,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T07:10:08.914Z","updated_at":"2025-04-07T12:46:30.743Z","avatar_url":"https://github.com/cbl.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grundlagen der Programmierung Exam Wintersemester 20/21\n\n## Setup\n\nCompile command:\n\n```shell\ng++ -Wall -std=c++17 -I . -Os -o main \\\n    main.cpp \\\n    Bank.cpp \\\n    Database.cpp \\\n    Filesystem.cpp \\\n    PriceCalculator.cpp \\\n    Stop.cpp \\\n    StopCollection.cpp \\\n    TerminalUserInterface.cpp\n```\n\nExecute the generated binary:\n\n```shell\n./main\n```\n\n## Testing\n\n### Run Tests\n\nTo run the unit tests the tests have to be compiled first:\n\n```shell\ng++ -Wall -std=c++17 -I . -o bin/test_database test/test_database.cpp \u0026\u0026 \\\ng++ -Wall -std=c++17 -I . -o bin/test_price_calculator test/test_price_calculator.cpp \u0026\u0026 \\\ng++ -Wall -std=c++17 -I . -o bin/test_stop_collection test/test_stop_collection.cpp \u0026\u0026 \\\ng++ -Wall -std=c++17 -I . -o bin/test test/test.cpp\n```\n\nThese can then be executed:\n\n```shell\nbin/test_database \u0026\u0026 \\\nbin/test_price_calculator \u0026\u0026 \\\nbin/test_stop_collection \u0026\u0026 \\\nbin/test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbl%2Fgdp-exam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbl%2Fgdp-exam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbl%2Fgdp-exam/lists"}