C++ testing

I am looking for a good guide for C++ test classes. I am still searching on Google and still cannot find anything too helpful.

Does anyone know a good guide?
Google Unit Tests. Then pick a good library. The theory is the same across all OO languages.

A good library is:
http://www.boost.org/doc/libs/1_35_0/libs/test/index.html
Topic archived. No new replies allowed.