{"id":15048586,"url":"https://github.com/coders-school/modern-cpp","last_synced_at":"2025-07-26T23:43:30.749Z","repository":{"id":37932109,"uuid":"185590616","full_name":"coders-school/modern-cpp","owner":"coders-school","description":"C++ online course. Modules about modern C++ features. C++11, C++14, C++17 and C++20","archived":false,"fork":false,"pushed_at":"2024-06-07T10:34:06.000Z","size":5305,"stargazers_count":26,"open_issues_count":2,"forks_count":108,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T20:52:04.428Z","etag":null,"topics":["coders-school","cplusplus","cpp","cpp11","cpp14","cpp17","cpp20","markdown","md","modern-cpp","move-semantics"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/coders-school.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-05-08T11:13:23.000Z","updated_at":"2024-07-28T16:29:24.000Z","dependencies_parsed_at":"2025-04-09T20:51:10.763Z","dependency_job_id":"dc5d9425-fb8d-43ff-b1cb-26d6903df8c2","html_url":"https://github.com/coders-school/modern-cpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coders-school/modern-cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coders-school%2Fmodern-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coders-school%2Fmodern-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coders-school%2Fmodern-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coders-school%2Fmodern-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coders-school","download_url":"https://codeload.github.com/coders-school/modern-cpp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coders-school%2Fmodern-cpp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265791666,"owners_count":23829164,"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":["coders-school","cplusplus","cpp","cpp11","cpp14","cpp17","cpp20","markdown","md","modern-cpp","move-semantics"],"created_at":"2024-09-24T21:14:16.472Z","updated_at":"2025-07-18T16:06:02.059Z","avatar_url":"https://github.com/coders-school.png","language":"HTML","readme":"\u003ca href=\"https://coders.school\"\u003e\n    \u003cimg width=\"500\" data-src=\"coders_school_logo.png\" src=\"coders_school_logo.png\" alt=\"Coders School\" class=\"plain\"\u003e\n\u003c/a\u003e\n\n# Nowoczesny C++\n\n## [Moduł 1](module1/)\n\n### [Pre-test](module1/01_pretest.pl.md)\n\n### [C++ standards](module1/02_standards.pl.md)\n\n### [`static_assert`](module1/03_static_assert.pl.md)\n\n### [`nullptr`](module1/04_nullptr.pl.md)\n\n### [Scoped `enum`](module1/05_scoped_enum.pl.md)\n\n### [`auto` keyword](module1/06_auto.pl.md)\n\n### [`using` alias](module1/07_using.pl.md)\n\n### [Uniform initialization](module1/08_uniform_initialization.pl.md)\n\n### [`default`, `delete`, `final`, `override`](module1/09_default_delete_final_override.pl.md)\n\n### [Recap](module1/10_recap.pl.md)\n\n### [Pre-test answers](module1/11_pretest_answers.pl.md)\n\n___\n\n# Modern C++\n\n## [Module 1](module1/index.en.html)\n\n### [Pre-test](module1/01_pretest.en.md)\n\n### [C++ standards](module1/02_standards.en.md)\n\n### [`static_assert`](module1/03_static_assert.en.md)\n\n### [`nullptr`](module1/04_nullptr.en.md)\n\n### [Scoped `enum`](module1/05_scoped_enum.en.md)\n\n### [`auto` keyword](module1/06_auto.en.md)\n\n### [`using` alias](module1/07_using.en.md)\n\n### [Uniform initialization](module1/08_uniform_initialization.en.md)\n\n### [`default`, `delete`, `final`, `override`](module1/09_default_delete_final_override.en.md)\n\n### [Recap](module1/10_recap.en.md)\n\n### [Pre-test answers](module1/11_pretest_answers.en.md)\n\n## [Module 2](module2/index.en.html)\n\n### [Pre-test](module2/pretest.en.md)\n\n### [Attributes](module2/modern_cpp_attributes.en.md)\n\n### [`constexpr`](module2/modern_cpp_constexpr.en.md)\n\n### [`noexcept`](module2/modern_cpp_noexcept.en.md)\n\n### [Data structure alignment](module2/modern_cpp_dsa.en.md)\n\n### [Structured bindings](module2/modern_cpp_structure_bindings.en.md)\n\n### [Lambda expressions](module2/modern_cpp_lambda.en.md)\n\n### [Other features](module2/modern_cpp_other.en.md)\n\n### [Recap](module2/modern_cpp_recap.en.md)\n\n### [Pre-test answers](module2/pretest_answers.en.md)\n\n## [Module 3](module3/index.en.html)\n\n### [Pre-test](module3/move_semantics_pretest.en.md)\n\n### [r-value and l-value](module3/move_semantics_rvalues_lvalues.en.md)\n\n### [Usage and properties of move semantics](module3/move_semantics_usage.en.md)\n\n### [Implementation of move semantic](module3/move_semantics_implementation.en.md)\n\n### [Rules of 0, 3, 5](module3/move_semantics_rules.en.md)\n\n### [`std::move`](module3/move_semantics_std_move.en.md)\n\n### [Reference collapsing](module3/move_semantics_reference_collapsing.en.md)\n\n### [`std::forward`](module3/move_semantics_std_forward.en.md)\n\n### [Copy elision](module3/move_semantics_copy_elision.en.md)\n\n### [Knowledge check](module3/move_semantics_knowledge_check.en.md)\n\n### [Recap](module3/move_semantics_recap.en.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoders-school%2Fmodern-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoders-school%2Fmodern-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoders-school%2Fmodern-cpp/lists"}