cpp
cpp copied to clipboard
Exercism exercises in C++.
Taking a look at the [strings exercise](https://github.com/exercism/v3/blob/master/languages/cpp/exercises/concept/strings), I've found some things that can be improved: - The [stub file](https://github.com/exercism/v3/blob/master/languages/cpp/exercises/concept/strings/strings.cpp) does not contain stubs for the methods the student needs to...
Extract the list of concepts required to solve the v2 C++ exercise: `binary`. For each concept, describe why it is required to solve the exercise. Keep in mind that an...
Extract the list of concepts required to solve the v2 C++ exercise: `beer-song`. For each concept, describe why it is required to solve the exercise. Keep in mind that an...
Extract the list of concepts required to solve the v2 C++ exercise: `atbash-cipher`. For each concept, describe why it is required to solve the exercise. Keep in mind that an...
Extract the list of concepts required to solve the v2 C++ exercise: `armstrong-numbers`. For each concept, describe why it is required to solve the exercise. Keep in mind that an...
Extract the list of concepts required to solve the v2 C++ exercise: `all-your-base`. For each concept, describe why it is required to solve the exercise. Keep in mind that an...
Extract the list of concepts required to solve the v2 C++ exercise: `allergies`. For each concept, describe why it is required to solve the exercise. Keep in mind that an...
Extract the list of concepts required to solve the v2 C++ exercise: `acronym`. For each concept, describe why it is required to solve the exercise. Keep in mind that an...
Extract the list of concepts required to solve the v2 C++ exercise: `hello-world`. For each concept, describe why it is required to solve the exercise. Keep in mind that an...
The C++ track is missing lots of minimal, yet essential, documentation, a folder structure like all other tracks and sidebar files needed by docsify.