资源简介
该聊天程序包括服务器和客户端两部分,使用是MFC的CSOCKET类。
它可以使多个人聊天,其工作方式类似于网上聊天室,可以在同一台机器上启动
多个客户端。
客户端可以选择谈话对象,有32种动作,可以设置字体颜色,也可以"悄悄"地对某人说,对信息进行过滤。
服务器端可以“踢“人,并可以防止用户名称的重复。
代码片段和文件信息
// chatdoc.cpp : implementation of the CChatDoc class
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1997 Microsoft Corporation
// All rights reserved.
//
// This source code is only intended as a supplement to the
// Microsoft Foundation Classes Reference and related
// electronic documentation provided with the library.
// See these sources for detailed information regarding the
// Microsoft Foundation Classes product.
#include “stdafx.h“
#include “chatter.h“
#include “chatsock.h“
#include “chatdoc.h“
#include “chatvw.h“
#include “sendvw.h“
#include “setupdlg.h“
#ifdef _WIN32
#ifndef _UNICODE
#include
#endif
#endif
#ifdef _DEBUG
#undef THIS_FILE
static char baseD_CODE THIS_FILE[] = __FILE__;
#en
评论
共有 条评论