cpp icon indicating copy to clipboard operation
cpp copied to clipboard

Exercism exercises in C++.

Results 127 cpp issues
Sort by recently updated
recently updated
newest added

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...

x:action/create
x:knowledge/advanced
x:module/representer
x:status/claimed
x:type/coding
x:size/massive

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...

x:action/create
x:knowledge/advanced
x:module/analyzer
x:type/coding
x:size/massive

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...

enhancement
help wanted

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...

x:action/improve
x:knowledge/elementary
x:module/concept-exercise
x:type/content
x:size/medium

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`...

x:action/improve
x:knowledge/none
x:type/content
x:size/small

_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...

x:action/improve
x:knowledge/intermediate
x:module/practice-exercise
x:type/content
x:size/large