使用TUT要注意的问题
1、在使用TUT时,要启用RTTI ( /GR) 功能
2、将结果输出到文件:
std::ofstream textResult("textResult.txt"); tut::reporter visi(textResult);