At work I often tell my fellow engineers that Test Driven Development, TDD, is the way to go! Sadly I have to confess that I havn't had a decent test framework installed at my development PC at home...until now! I just got googletest, the Google C++ Testing Framework up and running under Eclipse CDT. So how do you do that? Check comment 9 here: http://code.google.com/p/googletest/issues/detail?id=40 And read the README that comes with googletest on how to build the lib. Ask if you need some guidelines.