{"id":15047623,"url":"https://github.com/naemazam/basic-calculator-cli","last_synced_at":"2026-01-28T00:35:55.854Z","repository":{"id":243418381,"uuid":"812165447","full_name":"naemazam/basic-calculator-cli","owner":"naemazam","description":"A simple command-line interface (CLI) calculator application in C++. This application allows you to perform basic arithmetic operations easily from your terminal.","archived":false,"fork":false,"pushed_at":"2024-06-08T06:32:42.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T17:17:05.910Z","etag":null,"topics":["calculator","calculator-application","cli","cpp","cpp17","naemazam"],"latest_commit_sha":null,"homepage":"","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/naemazam.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":"2024-06-08T06:01:26.000Z","updated_at":"2024-06-12T13:58:33.000Z","dependencies_parsed_at":"2024-06-08T19:02:07.511Z","dependency_job_id":"4dfbded2-3602-48d0-b918-4db3665556bd","html_url":"https://github.com/naemazam/basic-calculator-cli","commit_stats":null,"previous_names":["naemazam/basic-calculator-cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naemazam%2Fbasic-calculator-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naemazam%2Fbasic-calculator-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naemazam%2Fbasic-calculator-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naemazam%2Fbasic-calculator-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naemazam","download_url":"https://codeload.github.com/naemazam/basic-calculator-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243489777,"owners_count":20298997,"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":["calculator","calculator-application","cli","cpp","cpp17","naemazam"],"created_at":"2024-09-24T21:01:30.501Z","updated_at":"2026-01-28T00:35:50.810Z","avatar_url":"https://github.com/naemazam.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# basic-calculator-cli\n\nA simple command-line interface (CLI) calculator application in C++. This application allows you to perform basic arithmetic operations easily from your terminal.\n\n## Features\n\n1. **Addition**: Add two numbers.\n2. **Subtraction**: Subtract one number from another.\n3. **Multiplication**: Multiply two numbers.\n4. **Division**: Divide one number by another.\n5. **Exit**: Exit the application.\n\n## Installation\n\nClone the repository from GitHub:\n\n```bash\ngit clone https://github.com/naemazam/basic-calculator-cli.git\ncd basic-calculator-cli\n```\n\n## Building\n\nTo compile the application, make sure you have a C++ compiler installed. Then, run the following commands:\n\n```bash\ng++ -o calculator calculator.cpp\n```\n\n## Usage\n\nRun the application:\n\n```bash\n./calculator\n```\n\nFollow the on-screen prompts to perform arithmetic operations.\n\n## Example\n\n```bash\nWelcome to the Basic Calculator CLI!\n\n1: Addition\n2: Subtraction\n3: Multiplication\n4: Division\n5: Exit\n\nChoose an option: 1\nEnter the first number: 10\nEnter the second number: 5\nResult: 15\n\n1: Addition\n2: Subtraction\n3: Multiplication\n4: Division\n5: Exit\n\nChoose an option: 4\nEnter the first number: 10\nEnter the second number: 2\nResult: 5\n\n1: Addition\n2: Subtraction\n3: Multiplication\n4: Division\n5: Exit\n\nChoose an option: 5\nExiting the application.\n```\n\n## Contributing\n\nEnjoy using basic-calculator-cli! Happy calculating!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaemazam%2Fbasic-calculator-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaemazam%2Fbasic-calculator-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaemazam%2Fbasic-calculator-cli/lists"}