Sha256: 1d51835b84f92ea4747e85ee7b15d8b1f8a1ff710d90d6633fc65102ceff21bb

Contents?: true

Size: 1.28 KB

Versions: 139

Compression:

Stored size: 1.28 KB

Contents

# C++

[![Travis Build Status](https://api.travis-ci.org/exercism/cpp.svg?branch=master)](https://travis-ci.org/exercism/cpp)

Exercism Exercises in C++

## Contributing Guide

Please see the [contributing guide](https://github.com/exercism/docs/blob/master/contributing-to-language-tracks/README.md)

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.

## Adding an exercise

Here is a list of things that need to be done to add an exercise to this track.

1. Add the exercise under the exercises/ directory.
2. Create your test suite based on the canonical tests in the [problem specifications](https://github.com/exercism/problem-specifications) repo.
3. Create an example solution and name the files 'example.cpp' and 'example.h'.
4. Add the test to the list in the root CMakeLists.txt file.
5. Add the test to the config.json file. The [configlet](https://github.com/exercism/configlet) can help generate a unique UUID.
6. Use the [configlet](https://github.com/exercism/configlet) tool to generate the README for your exercise.
7. Try to match the formatting used in the other tests as closely as possible.

Version data entries

139 entries across 139 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/cpp/README.md
trackler-2.2.1.179 tracks/cpp/README.md
trackler-2.2.1.178 tracks/cpp/README.md
trackler-2.2.1.177 tracks/cpp/README.md
trackler-2.2.1.176 tracks/cpp/README.md
trackler-2.2.1.175 tracks/cpp/README.md
trackler-2.2.1.174 tracks/cpp/README.md
trackler-2.2.1.173 tracks/cpp/README.md
trackler-2.2.1.172 tracks/cpp/README.md
trackler-2.2.1.171 tracks/cpp/README.md
trackler-2.2.1.170 tracks/cpp/README.md
trackler-2.2.1.169 tracks/cpp/README.md
trackler-2.2.1.167 tracks/cpp/README.md
trackler-2.2.1.166 tracks/cpp/README.md
trackler-2.2.1.165 tracks/cpp/README.md
trackler-2.2.1.164 tracks/cpp/README.md
trackler-2.2.1.163 tracks/cpp/README.md
trackler-2.2.1.162 tracks/cpp/README.md
trackler-2.2.1.161 tracks/cpp/README.md
trackler-2.2.1.160 tracks/cpp/README.md