{"id":19190316,"url":"https://github.com/seigtm/bitwiseaddition","last_synced_at":"2025-04-20T07:34:27.135Z","repository":{"id":128813187,"uuid":"369889735","full_name":"seigtm/BitwiseAddition","owner":"seigtm","description":"Addition of two integers using only bitwise operators (C++).","archived":true,"fork":false,"pushed_at":"2021-11-28T14:33:45.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T03:46:53.612Z","etag":null,"topics":["addition","bitwise","bitwise-algorithms","bitwise-arithmetic","bitwise-operation","bitwise-operations","bitwise-operators","bitwise-shifting","bitwise-xor","cpp","cpp-examples","cpp-templates","sum"],"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/seigtm.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-05-22T19:24:22.000Z","updated_at":"2024-02-22T15:31:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1972599-c421-4646-8f28-77df7053a5f7","html_url":"https://github.com/seigtm/BitwiseAddition","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/seigtm%2FBitwiseAddition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seigtm%2FBitwiseAddition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seigtm%2FBitwiseAddition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seigtm%2FBitwiseAddition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seigtm","download_url":"https://codeload.github.com/seigtm/BitwiseAddition/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249864410,"owners_count":21336739,"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":["addition","bitwise","bitwise-algorithms","bitwise-arithmetic","bitwise-operation","bitwise-operations","bitwise-operators","bitwise-shifting","bitwise-xor","cpp","cpp-examples","cpp-templates","sum"],"created_at":"2024-11-09T11:33:43.060Z","updated_at":"2025-04-20T07:34:27.128Z","avatar_url":"https://github.com/seigtm.png","language":"C++","readme":"# BitwiseAddition\n\nAddition of two integers using only bitwise operators (C++).\n\n```cpp\n/**\n  Bitwise sum function for two integers.\n  @param first an integer argument, first summand\n  @param second an integer argument, second summand\n  @return The sum of a and b (integer)\n*/\nint bitwise_sum(int first = 0, int second = 0);\n```\n\n## Usage example\n\n```cpp\nstd::cout \u003c\u003c bitwise_sum(3, 5)        // Output: 8.\n          \u003c\u003c bitwise_sum(0, 0)        // Output: 0.\n          \u003c\u003c bitwise_sum(5000, 3000)  // Output: 8000.\n          \u003c\u003c bitwise_sum(171, 13)     // Output: 184.\n          \u003c\u003c bitwise_sum(788, 131);   // Output: 919.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseigtm%2Fbitwiseaddition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseigtm%2Fbitwiseaddition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseigtm%2Fbitwiseaddition/lists"}