2015年1月9日

tcp-client-c++

摘要: #include "stdafx.h"#include #include #pragma comment(lib,"ws2_32.lib")using namespace std;void main(){ int err; WORD versionRequired; WSADAT... 阅读全文

posted @ 2015-01-09 02:46 子墨' 阅读(1334) 评论(0) 推荐(0)

C#TCPClient应用-一个简单的消息发送和接收

摘要: TcpSend窗口用于发送消息,另外写一个用于接收消息的应用程序,消息接受到以后,必须要关闭接收消息的窗口,才能在接收新的消息,不知道怎么能解决这个问题。源代码:发送消息的窗口代码using System;using System.Collections.Generic;using System.C... 阅读全文

posted @ 2015-01-09 02:45 子墨' 阅读(899) 评论(0) 推荐(0)

导航