cpp
cpp copied to clipboard
Exercism exercises in C++.
I wanted to use the ```format``` C++ 20-style on strings: https://en.cppreference.com/w/cpp/utility/format/format But got an error message. I think this may indicate that the makefile makes use of an older C++....
Updates the documentation links in the boost test files to point to the most recent version of boost. The real goal of this is to touch the test files so...
Hi, I recently discovered Exercism and have become somewhat addicted. I wasn't able to finish the C++ Gigasecond exercise because it can't find the required Boost library: make[2]: *** No...
[config.json](https://github.com/exercism/cpp/blob/main/config.json) assigns a "difficulty" to each exercise. Here they are: ``` 1 hello-world leap luhn space-age two-fer 2 collatz-conjecture gigasecond grains pangram raindrops reverse-string secret-handshake 3 acronym allergies armstrong-numbers atbash-cipher...
Implementation of the Bank Account Exercise. As always i'm happy to hear some improvements =)
My Implementation of the Exercise Darts.
Implementation of the Exercise ISBN-Verifier. This is my first Exercise which i ported to the CPP Track. If wanted i will port more exercises to the CPP Track
Implementation of the Exercise Largest Series Product. I'm a little bit unhappy with the cast for checking if the size of the `series` is smaller then the size of the...
gave prerequisites to practice while removing all the topics also added slag to concepts
_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/)._ To get your track ready for Exercism v3, the following needs...