⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tutility.cpp

📁 李刚 请赶快放开我的权限 我上载的源码都是很精湛的,请查阅,qing请加我 li_xue_ming@msn.com必要的话可以和我在线沟通
💻 CPP
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -