{"id":19219615,"url":"https://github.com/atennop1/stephenpratasolutions","last_synced_at":"2025-02-23T09:16:48.822Z","repository":{"id":197647849,"uuid":"699013699","full_name":"Atennop1/StephenPrataSolutions","owner":"Atennop1","description":"Repository for learning C++, where I making tasks from Stephen Prata's book ","archived":false,"fork":false,"pushed_at":"2024-03-08T19:46:50.000Z","size":21520,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-04T19:30:42.454Z","etag":null,"topics":["cpp","cpp-primer-plus-6th","cpp-solutions","learning","mastering"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Atennop1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-10-01T17:04:37.000Z","updated_at":"2024-02-24T15:16:44.000Z","dependencies_parsed_at":"2023-10-01T23:28:24.146Z","dependency_job_id":"bfc2697e-0833-4bcf-bb9f-abcc2c28790d","html_url":"https://github.com/Atennop1/StephenPrataSolutions","commit_stats":null,"previous_names":["atennop1/cpp-learning","atennop1/stephenpratasolutions"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atennop1%2FStephenPrataSolutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atennop1%2FStephenPrataSolutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atennop1%2FStephenPrataSolutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atennop1%2FStephenPrataSolutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Atennop1","download_url":"https://codeload.github.com/Atennop1/StephenPrataSolutions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240292392,"owners_count":19778311,"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":["cpp","cpp-primer-plus-6th","cpp-solutions","learning","mastering"],"created_at":"2024-11-09T14:32:13.926Z","updated_at":"2025-02-23T09:16:48.705Z","avatar_url":"https://github.com/Atennop1.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StephenPrataSolutions\nA repository for learning C++, in which I do assignments from Stephen Prata's book \"C++ Primer Plus (6th edition)\"\n\u003cbr\u003eIt is also worth saying that in early tasks there may be things unknown to the reader that I added due to IDE prompts, and also not all tasks here are completed as the author intended. For example, in task 5 of chapter 10 it was necessary to use the stack class from the book, which worked on `typedef`, and I made my own stack on `templates` ;)\n\n## Tasks structure\nThe project has every task from Stephen Prata's book up to and including tasks, on which I am right now. In the `source` folder there are folders with each chapter, and inside these folders there are files with the tasks themselves and a `Declarations.h` file so that the tasks can be included in main.cpp. Each chapter's assignments are in their own namespace to avoid conflicts.\n\u003cbr\u003eAlso there is `source/Declarations.h` file for quickly connecting all tasks. Thus, the launch code for 3th task of 11th chapter will look like this:\n\n```cpp\n#include \"source/Declarations.h\"\n\nint main()\n{\n    EleventhChapter::RunThirdTask();\n    return 0;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatennop1%2Fstephenpratasolutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatennop1%2Fstephenpratasolutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatennop1%2Fstephenpratasolutions/lists"}