本文介绍了客户端之间的MFC C ++聊天的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

我制作了一个基于MFC C ++中的服务器/聊天的聊天程序.当我启动服务器和2-3个客户端时,从第一个客户端键入内容时,它将转到服务器和其他2个客户端.我想以某种方式在聊天中连接2个客户端,因此第3个客户端看不到聊天,但服务器可以看到.

类似于私人聊天.我正在寻找类似函数的内容,但我不知道该怎么做.感谢您提出的任何帮助!

Hello,

I made a chat program that is based on server/chat in MFC C++. When I start the server and 2-3 clients, and from the first client I type something, it goes to the server and the other 2 clients. I want to connect the 2 clients in chat in a way, so the 3rd client can''t see the chat but the server would be able to see it.

Something like a private chat. I''m looking for something like a function but I don''t know what exactly to do. Thanks for any help you suggest!

推荐答案


这篇关于客户端之间的MFC C ++聊天的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 05:08