{"id":24374572,"url":"https://github.com/bengabp/cpp_learning","last_synced_at":"2026-05-15T16:35:05.395Z","repository":{"id":272663798,"uuid":"917361169","full_name":"bengabp/cpp_learning","owner":"bengabp","description":"Learning c++ from scratch","archived":false,"fork":false,"pushed_at":"2025-01-17T22:50:16.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-27T02:53:06.397Z","etag":null,"topics":["cpp","gpp","self-learning"],"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/bengabp.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-15T20:49:50.000Z","updated_at":"2025-01-17T22:50:17.000Z","dependencies_parsed_at":"2025-01-17T22:46:35.921Z","dependency_job_id":null,"html_url":"https://github.com/bengabp/cpp_learning","commit_stats":null,"previous_names":["bengabp/cpp_learning"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bengabp/cpp_learning","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bengabp%2Fcpp_learning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bengabp%2Fcpp_learning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bengabp%2Fcpp_learning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bengabp%2Fcpp_learning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bengabp","download_url":"https://codeload.github.com/bengabp/cpp_learning/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bengabp%2Fcpp_learning/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33072598,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","gpp","self-learning"],"created_at":"2025-01-19T05:40:44.632Z","updated_at":"2026-05-15T16:35:05.389Z","avatar_url":"https://github.com/bengabp.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## Compiling c++ code using g++\n```bash\ng++ -o hello hello.cpp \u0026\u0026 ./hello\n```\n\n# Common data types\n|Type | Bytes | Range |\n|:-----|:-------:|:------------------|\n| short|   2   | -32,768 to 32,767|\n| int  |   4   | -2B to 2B        |\n| long |   4   | -2B to 2B        |\n| long long | 8 |   really large |\n| double|  8  | -1.7E308 to 1.7E308 |\n| float | 4 | -3.4E38 to 3.4E38 |\n| long double | 8 | -3.4E932 to 3.4E932 |\n| bool | 1 | true/false |\n| char | 1 | single characters |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbengabp%2Fcpp_learning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbengabp%2Fcpp_learning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbengabp%2Fcpp_learning/lists"}