Exercism Exercises in C++
Please see the contributing guide
The most useful way to start contributing to this track is to review Pull Requests and/or some of the open track issues. There are not many active contributors, so anyone reviewing PRs or Issues, even just to +1 someone elses opinion, is appreciated.
Here is a list of things that need to be done to add an exercise to this track.
- Add the exercise under the exercises/ directory.
- Create your test suite based on the canonical tests in the problem specifications repo.
- Create an example solution and name the files 'example.cpp' and 'example.h'.
- Add the test to the list in the root CMakeLists.txt file.
- Add the test to the config.json file. The configlet can help generate a unique UUID.
- Use the configlet tool to generate the README for your exercise.
- Try to match the formatting used in the other tests as closely as possible.