我的第一个socket程序!
摘要:
哈哈,终于写了第一个socket程序!!但愿是个good beginning:// Client.cpp : Defines the entry point for the console application.////客户端#include "stdafx.h"#include <winsock2.h>#include <iostream>#pragma comment(lib, "Ws2_32.lib")int main(int argc, char* argv[]){ SOCKET socket_client = -1; 阅读全文
posted @ 2005-01-06 16:50 android开发 阅读(213) 评论(0) 推荐(0)
浙公网安备 33010602011771号