{"id":16110153,"url":"https://github.com/mathieu-lala/workshop_cpp_templated_meta-prog","last_synced_at":"2025-08-07T00:47:32.934Z","repository":{"id":109445561,"uuid":"226421288","full_name":"Mathieu-Lala/workshop_cpp_templated_meta-prog","owner":"Mathieu-Lala","description":"Getting started with template meta-programming in C++","archived":false,"fork":false,"pushed_at":"2020-02-21T13:36:13.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-06T00:05:21.088Z","etag":null,"topics":["cpp","getting-started","learning","learning-by-doing","learning-exercise","metaprogramming","template","template-metaprogramming","workshop"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mathieu-Lala.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-12-06T22:25:25.000Z","updated_at":"2024-10-17T13:40:05.000Z","dependencies_parsed_at":"2023-05-17T19:15:13.041Z","dependency_job_id":null,"html_url":"https://github.com/Mathieu-Lala/workshop_cpp_templated_meta-prog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mathieu-Lala/workshop_cpp_templated_meta-prog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathieu-Lala%2Fworkshop_cpp_templated_meta-prog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathieu-Lala%2Fworkshop_cpp_templated_meta-prog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathieu-Lala%2Fworkshop_cpp_templated_meta-prog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathieu-Lala%2Fworkshop_cpp_templated_meta-prog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mathieu-Lala","download_url":"https://codeload.github.com/Mathieu-Lala/workshop_cpp_templated_meta-prog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathieu-Lala%2Fworkshop_cpp_templated_meta-prog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269181027,"owners_count":24373848,"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-06T02:00:09.910Z","response_time":99,"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","getting-started","learning","learning-by-doing","learning-exercise","metaprogramming","template","template-metaprogramming","workshop"],"created_at":"2024-10-09T19:35:56.872Z","updated_at":"2025-08-07T00:47:32.868Z","avatar_url":"https://github.com/Mathieu-Lala.png","language":"Jupyter Notebook","readme":"# :bulb: Workshop C++ meta-programming\n\nEverything you need to learn template and metaprogramming in C++\n\n[![License](https://img.shields.io/github/license/IamBlueSlime/TalkOpenSource.svg?style=flat-square)](LICENSE.txt)\n[![CPP version](https://img.shields.io/badge/CPP%20standard-98-1abc9c.svg)](http://www.cplusplus.com/doc/oldtutorial/)\n\n## Introduction\n\nThis workshop will help you to learn templates and metaprogramming from scratch : don't panic if you never used them before.\nTake a look on the definition of ['template metaprogramming'](https://en.wikipedia.org/wiki/Template_metaprogramming)\n\n**Warning : C++ meta-programming is not modern C++**  (and it trend to be deprecated), but it is a very interesting topic !\n\n## What you will do\n\n**Click to that [link](https://mybinder.org/v2/gh/QuantStack/xeus-cling/stable?filepath=notebooks/xcpp.ipynb) and upload the `Workshop.ipynb`**\n\nEach one contain exercises, meant to work around all the knownledge of the template in C++.\nResolve all the exercice one by one !\n\nTo check if you have succeded, make sure that you have the expected output of our main.\n\n**Our main is not the only way to solve the exercise, feel free to change it if needed**\n\n### Having troubles ?\n\nHere is some documentation :\n\n* [Introduction](https://blog.feabhas.com/2014/05/an-introduction-to-c-templates/)\n* [Basics](https://www.codeproject.com/Articles/3743/A-gentle-introduction-to-Template-Metaprogramming)\n* [Variadic template](https://eli.thegreenplace.net/2014/variadic-templates-in-c/)\n\n## License\n\nThis software is licensed under the ISC license (see [LICENSE.txt](LICENSE.txt)).\n\n## Author\n\n* **Mathieu Lala**  - [GitHub](https://github.com/Mathieu-Lala)\n* **Hugo Prat**     - [GitHub](https://github.com/HugoPrat)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieu-lala%2Fworkshop_cpp_templated_meta-prog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathieu-lala%2Fworkshop_cpp_templated_meta-prog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieu-lala%2Fworkshop_cpp_templated_meta-prog/lists"}