摘要:1 #include "stdio.h" 2 #include "conio.h" 3 #include "windows.h" 4 #include "wincrypt.h" 5 #include "tchar.h" 6 7 8 #pragma comment(lib, "Crypt32.lib") 9 10 11 int SelfSignedCertificateT...
阅读全文
摘要:server.cpp 1 // TestIOCPone.cpp : This file contains the 'main' function. Program execution begins and ends there. 2 // 3 #define _WINSOCK_DEPRECATED_NO_WARNINGS 4 5 #include 6 #include 7 #i...
阅读全文
摘要:1 // Test64.cpp : This file contains the 'main' function. Program execution begins and ends there. 2 // 3 4 #include 5 6 int main() 7 { 8 printf("char size = %d\n", sizeof(char)); 9 ...
阅读全文
摘要:SysInfo.cpp 1 #pragma once 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 10 class SysInfo 11 { 12 public: 13 SysInfo(); 14 virtual ~SysInfo();...
阅读全文