Join Exercism’s C++ Track for access to 100 exercises grouped into 19 C++ Concepts, with automatic analysis of your code and personal mentoring, all 100% free.
Get better at programming through fun, rewarding coding exercises that test your understanding of concepts with Exercism.
Output the lyrics to 'The Twelve Days of Christmas'.
Determine if a word or phrase is an isogram.
Convert a hexadecimal number, represented as a string (e.g. "10af8c"), to its decimal equivalent using first principles (i.e. no, you may not use built-in or external libraries to accomplish the conversion).