{"id":22059359,"url":"https://github.com/adzo261/sales-tax-problem","last_synced_at":"2025-08-20T22:35:09.945Z","repository":{"id":117883822,"uuid":"186876226","full_name":"adzo261/sales-tax-problem","owner":"adzo261","description":"Sales Tax problem solution using C++","archived":false,"fork":false,"pushed_at":"2019-05-16T11:04:37.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T23:10:02.935Z","etag":null,"topics":["cpp","oops-in-cpp","sales-tax-problem-solution"],"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/adzo261.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":"2019-05-15T17:45:38.000Z","updated_at":"2023-03-04T10:20:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"50387724-2a3c-4c47-8a7a-9eff7ed186f4","html_url":"https://github.com/adzo261/sales-tax-problem","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/adzo261%2Fsales-tax-problem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adzo261%2Fsales-tax-problem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adzo261%2Fsales-tax-problem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adzo261%2Fsales-tax-problem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adzo261","download_url":"https://codeload.github.com/adzo261/sales-tax-problem/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245136405,"owners_count":20566588,"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":["cpp","oops-in-cpp","sales-tax-problem-solution"],"created_at":"2024-11-30T17:28:22.569Z","updated_at":"2025-03-23T17:13:46.042Z","avatar_url":"https://github.com/adzo261.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch3\u003eSales Tax Problem solution using C++\u003c/h3\u003e\n\n\n\n\u003cbr\u003e\n\n#### Structure\n- `main.cpp` contains main entrypoint driver code and deals with input and output.\n- `Item.cpp` contains implementations of funtions declared in `Item` class in `Item.hpp` header file.\n- `ItemCategory.hpp` header contains `enum class` to store item categories.\n-  `Tax.cpp` contains implementations of funtions declared in `Tax` class in `Tax.hpp` header file.\n\n\n#### Running\n```sh\n$ cd to the src folder\n$ g++ -o main main.cpp Item.cpp Tax.cpp\n$ ./main\n```\n#### Providing Input\n Enter each item order on new line.\n When orders are finished ,enter 'stop' to console on new line.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadzo261%2Fsales-tax-problem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadzo261%2Fsales-tax-problem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadzo261%2Fsales-tax-problem/lists"}