{"id":21726545,"url":"https://github.com/dimazeland/prata-cpp-primer-plus","last_synced_at":"2025-08-12T00:07:27.526Z","repository":{"id":138620522,"uuid":"146207518","full_name":"DimaZeland/Prata-cpp-Primer-Plus","owner":"DimaZeland","description":"Solutions for programming exercises","archived":false,"fork":false,"pushed_at":"2023-03-29T15:47:41.000Z","size":15379,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T22:55:38.644Z","etag":null,"topics":["cpp","cpp-primer-plus-6th","stl"],"latest_commit_sha":null,"homepage":"https://www.informit.com/store/c-primer-plus-9780321928429","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/DimaZeland.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":"2018-08-26T18:50:14.000Z","updated_at":"2023-03-30T20:42:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"46ee6abf-6624-4dd1-8616-e0387b5a3b34","html_url":"https://github.com/DimaZeland/Prata-cpp-Primer-Plus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DimaZeland/Prata-cpp-Primer-Plus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimaZeland%2FPrata-cpp-Primer-Plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimaZeland%2FPrata-cpp-Primer-Plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimaZeland%2FPrata-cpp-Primer-Plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimaZeland%2FPrata-cpp-Primer-Plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DimaZeland","download_url":"https://codeload.github.com/DimaZeland/Prata-cpp-Primer-Plus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimaZeland%2FPrata-cpp-Primer-Plus/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269976794,"owners_count":24506467,"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-08-11T02:00:10.019Z","response_time":75,"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","cpp-primer-plus-6th","stl"],"created_at":"2024-11-26T03:36:55.395Z","updated_at":"2025-08-12T00:07:27.423Z","avatar_url":"https://github.com/DimaZeland.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prata C++ Primer Plus\n\n📕 Solutions to the programming exercises of the\nbook [\"C++ Primer Plus\" (6th edition)](https://www.informit.com/store/c-primer-plus-9780321928429) by Stephen Prata\n\n### ⚙️ The project uses:\n\n- [C++11](https://en.cppreference.com/w/cpp/11)\n- [C++ Standard Template Library](https://en.cppreference.com/w/cpp/container)\n\n## 📚 Contents\n\n#### [Dealing with Data](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/03%20Working%20with%20data)\n\n#### [Compound Types](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/04%20Compound%20types)\n\n#### [Loops and Relational Expressions](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/05%20Cycles%20and%20expressions%20of%20relations)\n\n#### [Branching Statements and Logical Operators](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/06%20Branching%20Statements%20and%20Logical%20Operators)\n\n#### [Functions: C++’s Programming Modules](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/07%20Functions-%20Cpp-s%20Programming%20Modules)\n\n#### [Adventures in Functions](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/08%20Adventures%20in%20Functions)\n\n#### [Memory Models and Namespaces](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/09%20Memory%20Models%20and%20Namespaces)\n\n#### [Objects and Classes](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/10%20Objects%20and%20Classes)\n\n#### [Working with Classes](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/11%20Working%20with%20Classes)\n\n#### [Classes and Dynamic Memory Allocation](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/12%20Classes%20and%20Dynamic%20Memory%20Allocation)\n\n#### [Class Inheritance](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/13%20Class%20Inheritance)\n\n#### [Reusing Code in C++](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/14%20Reusing%20Code%20in%20Cpp)\n\n#### [Friends, Exceptions, and More](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/15%20Friends%20Exceptions%20and%20More)\n\n#### [The string Class and the Standard Template Library](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/16%20The%20string%20Class%20and%20the%20Standard%20Template%20Library)\n\n#### [Input, Output, and Files](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/17%20Input%20Output%20and%20Files)\n\n#### [Visiting with the New C++ Standard](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/18%20Visiting%20with%20the%20New%20Cpp%20Standard)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimazeland%2Fprata-cpp-primer-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimazeland%2Fprata-cpp-primer-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimazeland%2Fprata-cpp-primer-plus/lists"}