用c++写https客户端和服务器大体步骤有哪些
用c++写https客户端和服务器大体步骤有哪些
日期:2017-10-30 03:14:22 人气:1
// Server.cpp : Defines the entry point for the console application.
#include "winsock2.h"
#pragma comment(lib, "ws2_32.lib")
#include
using namespace std;
int main(int argc, char* argv[])
{
const int BUF_SIZE = 64;