We have a task to take a number and convert it into Roman numerals. That’s easy, right? Lets work through the problem.
Continue reading “Thinking Like a Programmer – Roman Numerals”
Moonlight Coding
We have a task to take a number and convert it into Roman numerals. That’s easy, right? Lets work through the problem.
Continue reading “Thinking Like a Programmer – Roman Numerals”
I had need to use Google’s C++ unit testing frame work, gtest, in one of my projects. I spent a lot of time Googling on what folders to include, where to put it, how to configure cmake, etc. Here’s the guide so you don’t end up pulling out your hair like I did.
Continue reading “Integrating gtest with cygwin and cmake on Windows”