{"id":15047910,"url":"https://github.com/xtofl/cpp11training","last_synced_at":"2025-04-10T01:06:09.846Z","repository":{"id":150779410,"uuid":"50824433","full_name":"xtofl/cpp11training","owner":"xtofl","description":"Make unit tests run to exercise your C++11 knowledge","archived":false,"fork":false,"pushed_at":"2020-10-01T06:05:53.000Z","size":9457,"stargazers_count":26,"open_issues_count":8,"forks_count":15,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-10T01:06:01.844Z","etag":null,"topics":["cplusplus","cplusplus-11","cplusplus-14","gtest","training-materials"],"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/xtofl.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}},"created_at":"2016-02-01T08:09:29.000Z","updated_at":"2023-11-13T14:40:00.000Z","dependencies_parsed_at":"2023-04-09T15:43:38.131Z","dependency_job_id":null,"html_url":"https://github.com/xtofl/cpp11training","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtofl%2Fcpp11training","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtofl%2Fcpp11training/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtofl%2Fcpp11training/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtofl%2Fcpp11training/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xtofl","download_url":"https://codeload.github.com/xtofl/cpp11training/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137888,"owners_count":21053775,"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":["cplusplus","cplusplus-11","cplusplus-14","gtest","training-materials"],"created_at":"2024-09-24T21:05:58.937Z","updated_at":"2025-04-10T01:06:09.839Z","avatar_url":"https://github.com/xtofl.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cpp 11 training \n\nExercises to train your C++11/14/17 (and then some).\n\n[![Build Status](https://travis-ci.org/xtofl/cpp11training.svg?branch=master)](https://travis-ci.org/xtofl/cpp11training)\n[![Build status](https://xtofl.visualstudio.com/cpp11exercises/_apis/build/status/cpp11exercises-CI)](https://xtofl.visualstudio.com/cpp11exercises/_build/latest?definitionId=2)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e1556f3ddf3645fe98d1fb06bf011b1c)](https://app.codacy.com/app/kristoffel-pirard/cpp11training?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=xtofl/cpp11training\u0026utm_campaign=Badge_Grade_Dashboard)\n\n## Getting started\n\n### Linux\n\nOn Linux all you need is a compiler with C++17 support; gcc-7 and gcc-8 have it.\n\n    git clone git@github.com:xtofl/cpp11training\n    mkdir -p cpp11training/build\n    cd cpp11training/build\n    cmake ../src\n    make\n\n### Windows\n\n    \nPrerequisite: currently I have it up and running for Visual Studio 2017 Community edition.  It relies on NuGet package manager, which should be installed explicitly (cf. [stackoverflow](http://stackoverflow.com/questions/42875451/cant-find-the-nuget-package-manager-in-visual-studio-2017))\n\nOpen the `cpp11training/cpp11training.sln` solution.\n\n### Docker host\n\nIf you don't want to litter your system with tools you don't trust, but you _do_ trust Docker, you can\nbuild and run the docker container in [docker](docker).  You may even be in luck and simply `docker pull xtofl/cpp11training`.\n\nThen, clone the repository, and start a cpp11training container.  Now you can follow the steps like in Linux.\n\n(windows users may be happy to find a `run_container.bat` script to help)\n\n## Exercising\n\nThe project contains a bunch of failing unit tests.  The idea is that you un-DISABLE each one of them, and make it pass (using C++11, obviously).  (the gtest library by default ignores tests starting with `DISABLED_`.)\n\nI tried to add a TODO: comment hinting what's expected from you to fulfill the exercise.\n\nOnce all tests pass, I have nothing more to teach you :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtofl%2Fcpp11training","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxtofl%2Fcpp11training","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtofl%2Fcpp11training/lists"}