Hello all :)
I'd like to get started using a Test Driven Development system for a private project, after seeing it used effectively by some by my employer. However, my employer is using C# as their main language -- my personal stuff is all C/C++. While several packages exist for both the Java and DotNet platforms -- NCover, NUnit, etc. -- I find it difficult to find C++ frameworks. Are there any good Unit - Testing frameworks which are free, and provide code coverage statistics, for C++? I'd like to have some idea of how well my tests cover my codebase.
Billy3
