tutility.cpp
来自「李刚 请赶快放开我的权限 我上载的源码都是很精湛的,请查阅,qing请加我 li」· C++ 代码 · 共 38 行
CPP
38 行
// tutility.cpp
//
#include <iostream.h>
#include <stdio.h>
#include <windows.h>
#include "tutility.h"
//
// CTestUtility实现
void CTestUtility::WaitForNextTest( LPCSTR pszHint )
{
cout << pszHint << endl << endl;
getchar();
}
void CTestUtility::Test()
{
TestTime();
TestTimeSpan();
}
void CTestUtility::TestTime()
{
cout << "Test CAsnBitString *************************************" << endl;
WaitForNextTest( "CAsnBitString has been tested ! " );
}
void CTestUtility::TestTimeSpan()
{
cout << "Test CAsnBitString *************************************" << endl;
WaitForNextTest( "CAsnBitString has been tested ! " );
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?