30 _console.
Format (_T (
"response0 = %dmsec response1 = %dmsec response2 = %dmsec\n"),
38 const int count = 1000;
51 for (
int i = 0; i < count; i++)
55 _tprintf (_T (
"ABCDEFGHIJKLMLOPQRSTUVWXYZ ABCDEFGHIJKLMLOPQRSTUVWXYZ ABCDEFGHIJKLMLOPQRSTUVWXYZ\n"));
56 _tprintf (_T (
"☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆\n"));
60 _console.
Write (_T (
"abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz\n"));
61 _console.
Write (_T (
"★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★\n"));
66 _console.
Write (_T (
"abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz\n"));
68 _console.
Write (_T (
"◆◇□■◆◇□■◆◇◆◇□■◆◇□■◆◇◆◇□■◆◇□■◆◇◆◇□■◆◇□■◆◇\n"));
74 int msec =
static_cast<int>(Q.
PastTime ());
DWORD APIENTRY Write(LPCTSTR lpctszString) const
コンソールに文字を出力します。
BOOL APIENTRY SetCursorPosition(SHORT x, SHORT y) const
出力位置を設定します。
VOID APIENTRY Format(LPCTSTR format,...) const
コンソールに文字を出力します。
BOOL APIENTRY Clear() const
コンソールをクリアします。
BOOL APIENTRY SetBufferSize(SHORT x, SHORT y) const
バッファサイズを設定します。
BOOL APIENTRY SetWindowInfo(SHORT width, SHORT height) const
ウィンドウサイズを設定します。