A collection of random C++ projects I've written for fun or out of boredom
cmake . && make
hello-world - self-explanatory
pseudorandom-password-generator - generate a pseudorandom string with a desired length
fizzbuzz - my attempt at the common "FizzBuzz" challenge
text-converter - convert text into decimal, binary, hex and oct
count-characters - count character occurrences in given string
rock-paper-scissors - a simple rock paper scissors game