{"id":15047226,"url":"https://github.com/ygor-sena/42cursus-cpp-piscine","last_synced_at":"2026-01-30T20:01:33.236Z","repository":{"id":177675263,"uuid":"658894648","full_name":"ygor-sena/42cursus-cpp-piscine","owner":"ygor-sena","description":"The 12th project of 42 curriculum is a C++ piscine which aims to introduce students to Object-Oriented Programming. C++ was chosen because it's derived from our old and familiar C Language. Since C++ can be complex, the code will adhere with the C++98 standard.","archived":false,"fork":false,"pushed_at":"2024-03-27T00:50:23.000Z","size":124,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-18T22:32:49.484Z","etag":null,"topics":["42","42cursus","42saopaulo","42school","42sp","cpp","cpp98","cpp98-compatible","ecole42","oop","oop-in-cpp","oop-principles"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ygor-sena.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-06-26T17:58:21.000Z","updated_at":"2023-10-18T22:11:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"24505d53-e448-4a8c-aeee-31ade9c7c897","html_url":"https://github.com/ygor-sena/42cursus-cpp-piscine","commit_stats":null,"previous_names":["ygor-sena/42cursus-cpp-piscine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ygor-sena/42cursus-cpp-piscine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ygor-sena%2F42cursus-cpp-piscine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ygor-sena%2F42cursus-cpp-piscine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ygor-sena%2F42cursus-cpp-piscine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ygor-sena%2F42cursus-cpp-piscine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ygor-sena","download_url":"https://codeload.github.com/ygor-sena/42cursus-cpp-piscine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ygor-sena%2F42cursus-cpp-piscine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28918235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T19:10:10.838Z","status":"ssl_error","status_checked_at":"2026-01-30T19:06:40.573Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["42","42cursus","42saopaulo","42school","42sp","cpp","cpp98","cpp98-compatible","ecole42","oop","oop-in-cpp","oop-principles"],"created_at":"2024-09-24T20:55:17.160Z","updated_at":"2026-01-30T20:01:33.182Z","avatar_url":"https://github.com/ygor-sena.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/ygor-sena/42cursus-cpp-piscine/assets/102881479/2114f901-1737-410e-8eca-4ff9472a05ed\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/OS-Linux-blue\" alt=\"OS\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Language-C%2B%2B98-blue.svg\" alt=\"Language\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Grade-100%2F100-brightgreen.svg\" alt=\"Grade\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Status-Completed-brightgreen.svg\" alt=\"Status\"\u003e\n\u003c/p\u003e\n\nThe 12th project of 42 curriculum is a C++ piscine which aims to introduce students to Object-Oriented Programming. C++ was chosen because it's derived from our old and familiar C Language. Since C++ can be complex, the code will adhere with the C++98 standard. \n\n|Module|Concepts learned|Status|Grade|\n|:--|:--|:--|:--|\n|00|Namespaces, classes, member functions, stdio streams, initialization lists, static, const, and some other basic stuff|Completed|100/100|\n|01|Memory allocation, pointers to members, references, switch statement|Completed|100/100|\n|02|Ad-hoc polymorphism, operator overloading and Orthodox Canonical class form|Completed|100/100|\n|03|Inheritance|Completed|100/100|\n|04|Subtype polymorphism, abstract classes, interfaces|Completed|100/100|\n|05|Repetition and Exceptions|Completed|100/100|\n|06|C++ casts|Completed|100/100|\n|07|C++ templates|Completed|100/100|\n|08|Templated containers, iterators, algorithms|Completed|100/100|\n|09|STL|Completed|100/100|\n\n# References\n\nAbout C++ code formatting: \n- https://github.com/motine/cppstylelineup\n\nRepositories of fellow 42 students:\n- https://github.com/qingqingqingli/CPP/wiki/\n\nIntroductory playlist about C++:\n- https://www.youtube.com/watch?v=18c3MTX0PK0\u0026list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb\n\nReferences for Ford-Johnson algorithm implementation:\n- https://github.com/nerraou/Ford-Johnson-algorithm\n- https://github.com/decidedlyso/merge-insertion-sort\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fygor-sena%2F42cursus-cpp-piscine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fygor-sena%2F42cursus-cpp-piscine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fygor-sena%2F42cursus-cpp-piscine/lists"}