I'm an Occult Programmer, Anarquista, and a void* made manifest.
My passions include tattoos, open source software, build systems, mechanical keyboards, and DIY electronics.
I teach computer science to undergrads and write for The Renegade Coder. I'm most likely taking care of my daughter, watching the Penguins, or reading manga.
Location
Columbus, Ohio
Education
B.S. in CE from CWRU 2016; M.S. in CSE from OSU 2020; PhD in EED from OSU 2024
I'm an Occult Programmer, Anarquista, and a void* made manifest.
My passions include tattoos, open source software, build systems, mechanical keyboards, and DIY electronics.
I teach computer science to undergrads and write for The Renegade Coder. I'm most likely taking care of my daughter, watching the Penguins, or reading manga.
Location
Columbus, Ohio
Education
B.S. in CE from CWRU 2016; M.S. in CSE from OSU 2020; PhD in EED from OSU 2024
These actually fail the FizzBuzz challenge because they print numbers that are divisible by 3 and/or 5. The challenge specifically states to print Fizz, Buzz, or FizzBuzz INSTEAD of the number.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
There's several ways to do it in C++ :)
The Classic
The "GOSH, MOM, IT'S GENERIC"
The "Calculated At Compile Time (stare into madness edition)"
number 3 is the Cthulu of FizzBuzz
I raise you the compile time calculated fizzbuzz in Nim ;)
Interested in adding this to the collection? 😁
C++20 isn't available yet, but we're a bit closer to this approach. :)
That last one scares me. Haha I’m not sure I’d know where to start reading it.
Thanks for jumping into the challenge with some great additions. 😃
Take that github.com/EnterpriseQualityCoding...
These actually fail the FizzBuzz challenge because they print numbers that are divisible by 3 and/or 5. The challenge specifically states to print Fizz, Buzz, or FizzBuzz INSTEAD of the number.