{"id":19149427,"url":"https://github.com/sekula34/cppmodules","last_synced_at":"2025-10-11T09:35:52.034Z","repository":{"id":238590717,"uuid":"765285308","full_name":"Sekula34/Cppmodules","owner":"Sekula34","description":"Small projects for learning concepts of object oriented programming in c++ standard 98","archived":false,"fork":false,"pushed_at":"2025-02-17T10:18:26.000Z","size":548,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-21T02:47:33.760Z","etag":null,"topics":["abstraction","casting","containers","cpp98","exception-handling","inheritance","merge-insertion-sort","object-oriented-programming","operator-overloading","polymorphism","templates"],"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/Sekula34.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":"2024-02-29T16:21:22.000Z","updated_at":"2024-11-05T18:44:10.000Z","dependencies_parsed_at":"2025-02-22T20:38:25.147Z","dependency_job_id":null,"html_url":"https://github.com/Sekula34/Cppmodules","commit_stats":null,"previous_names":["sekula34/cppmodules"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sekula34/Cppmodules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sekula34%2FCppmodules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sekula34%2FCppmodules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sekula34%2FCppmodules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sekula34%2FCppmodules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sekula34","download_url":"https://codeload.github.com/Sekula34/Cppmodules/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sekula34%2FCppmodules/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006748,"owners_count":26084181,"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-11T02:00:06.511Z","response_time":55,"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":["abstraction","casting","containers","cpp98","exception-handling","inheritance","merge-insertion-sort","object-oriented-programming","operator-overloading","polymorphism","templates"],"created_at":"2024-11-09T08:08:06.942Z","updated_at":"2025-10-11T09:35:52.004Z","avatar_url":"https://github.com/Sekula34.png","language":"C++","readme":"# CPP modules \nIn these 9 modules, I wrote simple programs to learn about object-oriented programming in the **C++ 98 Standard**. Each exercise has its own Makefile that compiles the source code into an executable.\n## Usage\n1. Navigate to the directory of exercise. For example `cd cpp00/ex01`\n2. In exercise directory, run `make` to make executable\n3. Run executable like: `./phone`\n\n*Note: each exercise will create executable with their own name and some of them require argument(s). In every Makefile there are at least this 4 rules*\n- `make` -\u003e create all object files and executable\n- `make clean` -\u003e deletes all object files, but **keep executable**\n- `make fclean` -\u003e deletes all object files **and executable** \n- `make re` -\u003e deletes all object files and executable and then make them again\n\n## Modules\n* [cpp00 - simple stuff about c++ part 1/2](./cpp00/README.md)\n* [cpp01 - simple stuff about c++ part 2/2](./cpp01/README.md)\n* [cpp02 - operator overloading](./cpp02/README.md)\n* [cpp03 - inheritance part 1/2](./cpp03/README.md)\n* [cpp04 - inheritance part 2/2 and polymorphism](./cpp04/README.md)\n* [cpp05 - exceptions](./cpp05/README.md)\n* [cpp06 - c++ casts](./cpp06/README.md)\n* [cpp07 - templates](./cpp07/README.md)\n* [cpp08 - templated containers, iterators](./cpp08/README.md)\n* [cpp09 - merge insertion sort, Reverse Polish Notation](./cpp09/README.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsekula34%2Fcppmodules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsekula34%2Fcppmodules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsekula34%2Fcppmodules/lists"}