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

📄 test.cpp

📁 ftpserver very good sample
💻 CPP
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -