Skip to content

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

License

Notifications You must be signed in to change notification settings

Exotic0015/random-cpp-projects

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published