{"id":31576156,"url":"https://github.com/shahadathhs/cpp-course","last_synced_at":"2025-10-05T17:17:32.224Z","repository":{"id":314754651,"uuid":"1056638316","full_name":"shahadathhs/cpp-course","owner":"shahadathhs","description":"This repository is my personal C++ learning notebook, where I practice and take notes while going through different concepts.","archived":false,"fork":false,"pushed_at":"2025-09-14T14:22:44.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-14T16:25:53.992Z","etag":null,"topics":["cpp","makefile"],"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/shahadathhs.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-09-14T14:05:28.000Z","updated_at":"2025-09-14T14:22:47.000Z","dependencies_parsed_at":"2025-09-14T16:25:55.577Z","dependency_job_id":"1b157964-9edf-449f-8e9a-e95e554657ef","html_url":"https://github.com/shahadathhs/cpp-course","commit_stats":null,"previous_names":["shahadathhs/cpp-course"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/shahadathhs/cpp-course","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahadathhs%2Fcpp-course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahadathhs%2Fcpp-course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahadathhs%2Fcpp-course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahadathhs%2Fcpp-course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shahadathhs","download_url":"https://codeload.github.com/shahadathhs/cpp-course/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahadathhs%2Fcpp-course/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278486308,"owners_count":25994945,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","makefile"],"created_at":"2025-10-05T17:17:07.230Z","updated_at":"2025-10-05T17:17:32.211Z","avatar_url":"https://github.com/shahadathhs.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C++ Course\n\nThis repository is my **personal C++ learning notebook**, where I practice and take notes while going through different concepts. \n\nIt contains:\n\n* My own **example programs** for each topic\n* **Notes** and explanations as I learn\n* A **main entry file** to test and run examples\n* A simple **Makefile** to compile and run programs quickly\n\n\n### **Getting Started**\n\n#### **1. Compile \u0026 Run the Main File**\n\nThis repo uses a **Makefile** for easy compilation and execution:\n\n```bash\n# Compile main.cpp and run it\nmake\n\n# Or explicitly\nmake run\n```\n\n✅ This will compile `main.cpp` and execute it. Any included example functions will run automatically.\n\n#### **2. Clean Binaries**\n\nRemove compiled binaries with:\n\n```bash\nmake clean\n```\n\nThis deletes the `tmp/` folder where compiled binaries are stored.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahadathhs%2Fcpp-course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshahadathhs%2Fcpp-course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahadathhs%2Fcpp-course/lists"}