Using Google Test with Visual Studio
Google Test (gtest) is a nice framework for test-driving C++ applications. Since I am about to begin working with a team using C++ I decided to give it a try. That team uses Visual Studio so my...
View ArticleGoogle Test Quick Reference
I just created a Google Test Quick Reference document for the developers at a client I am working with. I am going to have it laminated and hope they keep it handy as they learn the new framework....
View ArticleBowling Game in C++
Last year was a blast. I started the year coaching a team that was developing a grails web application. Next was a batch application written in perl and pl-sql. Next I moved on to objective-c and then...
View ArticleRoman Numeral Kata using CodersDojo
I learned about an interesting site from the Software Craftsmanship mailing list. The site is codersdojo.org. I decided to take the challenge of performing a kata using their tool and decided to make a...
View ArticleRoman Numeral to Number Kata Screencast
I had so much fun doing the kata screencast last week that I decided to do another one today. It’s up on youtube for your enjoyment.
View Article