test.cpp
来自「ftpserver very good sample」· C++ 代码 · 共 45 行
CPP
45 行
// test.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include <iostream>#include "WarSmartPointer.h"#include <locale>using namespace std;void TestWarError();void TestWarCollector();void TestWarLog();void TestWarThread();void TestWarThreadPool();void TestWarPath();void TestUtf8();void TestWarUrl();void TestWarFile();void TestFtpDaemon();void TestWin32NtEventlog();void TestRegistry();int main(int argc, char* argv[]){ WarSmartPointer::Initialize(); //TestWarError(); //TestWarCollector(); //TestWarLog(); //TestWarThread(); //TestWarThreadPool(); //TestWarPath(); //TestUtf8(); //TestWarUrl(); //TestWarFile(); //TestWin32NtEventlog(); //TestFtpDaemon(); TestRegistry(); return 0;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?