VC++ 分类
文章平均质量分 81
luanbin
这个作者很懒,什么都没留下…
展开
-
VC++实现TCP服务器
(一)介绍: 本文主要采用Winsock API实现了一个Tcp服务器。对初学者而言,相当实用。 (二)准备工作: 1、使用VC6向导建立控制台工程(console application),并选择支持MFC。 2、在stdafx.h中加入头文件conio.h和winsock2.h。 3、在头文件中加入:#pragma comment(lib, "ws2_32.lib")。 (三)主转载 2006-11-20 17:39:00 · 3581 阅读 · 0 评论 -
用VC++6.0的Sockets API实现一个聊天室程序
1.VC++网络编程及Windows Sockets API简介 <!--google_ad_client = "pub-0208493183109887";google_ad_width = 728;google_ad_height = 90;google_ad_format = "728x90_as";google_ad_type = "text_image";goo转载 2006-11-20 17:41:00 · 1055 阅读 · 0 评论