{"id":28717397,"url":"https://github.com/schak04/cpp-learning-journey","last_synced_at":"2025-06-15T03:15:36.227Z","repository":{"id":291368830,"uuid":"977396183","full_name":"schak04/cpp-learning-journey","owner":"schak04","description":"My hands-on journey through C++, from the basics to OOP and STL. An ongoing and growing collection of what I learn.","archived":false,"fork":false,"pushed_at":"2025-05-19T17:36:31.000Z","size":35,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-19T17:36:53.929Z","etag":null,"topics":["c-plus-plus","c-plus-plus-coding","c-plus-plus-language","c-plus-plus-programming","coding","cpp","cpp-coding","cpp-programming","learning","programming"],"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/schak04.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}},"created_at":"2025-05-04T05:29:20.000Z","updated_at":"2025-05-19T17:36:35.000Z","dependencies_parsed_at":"2025-05-04T07:38:18.108Z","dependency_job_id":null,"html_url":"https://github.com/schak04/cpp-learning-journey","commit_stats":null,"previous_names":["schak04/cpp-learning-journey"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/schak04/cpp-learning-journey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schak04%2Fcpp-learning-journey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schak04%2Fcpp-learning-journey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schak04%2Fcpp-learning-journey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schak04%2Fcpp-learning-journey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schak04","download_url":"https://codeload.github.com/schak04/cpp-learning-journey/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schak04%2Fcpp-learning-journey/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259914924,"owners_count":22931334,"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":["c-plus-plus","c-plus-plus-coding","c-plus-plus-language","c-plus-plus-programming","coding","cpp","cpp-coding","cpp-programming","learning","programming"],"created_at":"2025-06-15T03:15:35.522Z","updated_at":"2025-06-15T03:15:36.211Z","avatar_url":"https://github.com/schak04.png","language":"C++","readme":"# C++ Programming - Learning Journey\n\nWelcome to my **C++ Programming** repository! This repo contains the code I wrote while learning C++ for the first time. It serves as a personal reference and may help others who are just starting out as well.\n\n## 📚 Topics Covered\n\n- **Basic Syntax**: Variables, Data Types, Operators, and Control Flow (if, for, while)\n- **Functions**: Declaration, Definition, and Recursion\n- **Pointers \u0026 References**: Memory addresses and pointer arithmetic\n- **Object-Oriented Programming (OOP)**: Classes, Objects, Inheritance, Polymorphism, Encapsulation\n- **File Input/Output (I/O)**: Reading from and writing to files using fstream\n- **Standard Template Library (STL)**: Vectors, Maps, Sets, Pairs, and Algorithms\n- **Basic Algorithms**: Searching, Sorting, etc.\n\n## 🧑‍💻 Usage\n\nTo run any of the C++ programs in this repo:\n\n1. **Clone the repo**:\n\n    ```bash\n    git clone https://github.com/schak04/cpp-learning-journey.git\n    ```\n\n2. **Navigate into the project folder**:\n\n    ```bash\n    cd cpp-learning-journey\n    ```\n\n3. **Compile and run a program** (example for `hello.cpp`):\n\n    ```bash\n    g++ hello.cpp -o hello\n    ./hello\n    ```\n\n## 📝 Files\n\nEach `.cpp` file is named based on the concept it demonstrates.\n\n## 🔄 Ongoing Progress\nThis repository is a work in progress. I will continue to add more code and examples as I explore new C++ concepts, projects, and challenges. Stay tuned for more updates!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschak04%2Fcpp-learning-journey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschak04%2Fcpp-learning-journey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschak04%2Fcpp-learning-journey/lists"}