Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 529 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 529 Bytes

random-cpp-projects

A collection of random C++ projects I've written for fun or out of boredom

Compiling

cmake . && make

List of projects

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