cpp
cpp copied to clipboard
Exercism exercises in C++.
I solved the problem locally and was able to pass all testcases, but during submission through cli my solution fails and I get the following compilation error from the tests...
In Exercism v3, we're introducing a new (optional) tool: the [representer](https://github.com/exercism/docs/blob/main/building/tooling/representers/README.md). The goal of the representer is to take a solution and returning a representation, which is an extraction of...
With the new v3 concepts I though it would be good to focus more on C++ specific ideas which aren't currently covered in the exercises. Here's some example solution code...
[Meetup](https://exercism.org/tracks/cpp/exercises/meetup/) seems to not work as intended when using the web editor. When initiating the tests, the progress indicator starts but eventually an error is returned to the user that...
In Exercism v3, we are making increased use of our v2 [analyzers](https://github.com/exercism/docs/blob/main/building/tooling/analyzers/README.md). Analyzers automatically assess student's submissions and provide mentor-style commentary. They can be used to catch common mistakes and/or...
I don't know if that's intended. https://github.com/exercism/cpp/blob/26352eb5dccf8553228add904ae6aca227e3b07f/config.json#L11 https://github.com/exercism/cpp/blob/26352eb5dccf8553228add904ae6aca227e3b07f/config.json#L739
Copying an issue raised on [exercism/exercism](https://github.com/exercism/exercism/issues/4976) for better visibility: > In the C++ track, exercises come with a CMakeLists.txt file that configures CMake for each exercise, and I noticed that...
Each Concept will have to define a _blurb_, which is a short description of the exercise. In an earlier PR, a placeholder blurb has been added to the .meta/config.json file...
Please check if your documentation files are still up-to-date. The key documentation files to check are: - `docs/ABOUT.md` - `docs/INSTALLATION.md` - `docs/LEARNING.md` - `docs/RESOURCES.md` - `docs/TESTS.md` - `exercises/shared/.docs/help.md` - `exercises/shared/.docs/tests.md`...
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ Exercism v3 introduces a new type of exercise: [Concept Exercises](https://github.com/exercism/v3-docs/blob/main/product/concept-exercises.md). All...