登录
首页 » Visual C++ » ChatClient

ChatClient

于 2018-08-09 发布 文件大小:37041KB
0 251
下载积分: 1 下载次数: 6

代码说明:

  基于MFC框架应用SOCKET的聊天室客户端,在VS2015上完美运行(SOCKET chat room client based on MFC framework, running perfectly on VS2015)

文件列表:

ChatClient, 0 , 2018-08-08
ChatClient\ChatClient.aps, 109344 , 2018-08-08
ChatClient\ChatClient.cpp, 2566 , 2018-08-06
ChatClient\ChatClient.h, 467 , 2018-08-06
ChatClient\ChatClient.rc, 12178 , 2018-08-08
ChatClient\ChatClient.vcxproj, 10600 , 2018-08-08
ChatClient\ChatClient.vcxproj.filters, 2266 , 2018-08-06
ChatClient\ChatClientDlg.cpp, 4448 , 2018-08-08
ChatClient\ChatClientDlg.h, 1048 , 2018-08-08
ChatClient\ClientScoket.cpp, 1539 , 2018-08-08
ChatClient\ClientScoket.h, 283 , 2018-08-08
ChatClient\Debug, 0 , 2018-08-08
ChatClient\Debug\ChatClient.log, 192 , 2018-08-08
ChatClient\Debug\ChatClient.obj, 70759 , 2018-08-08
ChatClient\Debug\ChatClient.pch, 55377920 , 2018-08-08
ChatClient\Debug\ChatClient.res, 70056 , 2018-08-08
ChatClient\Debug\ChatClient.tlog, 0 , 2018-08-08
ChatClient\Debug\ChatClient.tlog\CL.command.1.tlog, 3086 , 2018-08-08
ChatClient\Debug\ChatClient.tlog\CL.read.1.tlog, 83954 , 2018-08-08
ChatClient\Debug\ChatClient.tlog\CL.write.1.tlog, 3546 , 2018-08-08
ChatClient\Debug\ChatClient.tlog\ChatClient.lastbuildstate, 197 , 2018-08-08
ChatClient\Debug\ChatClient.tlog\link.command.1.tlog, 1828 , 2018-08-08
ChatClient\Debug\ChatClient.tlog\link.read.1.tlog, 6374 , 2018-08-08
ChatClient\Debug\ChatClient.tlog\link.write.1.tlog, 956 , 2018-08-08
ChatClient\Debug\ChatClient.tlog\rc.command.1.tlog, 432 , 2018-08-08
ChatClient\Debug\ChatClient.tlog\rc.read.1.tlog, 3032 , 2018-08-08
ChatClient\Debug\ChatClient.tlog\rc.write.1.tlog, 246 , 2018-08-08
ChatClient\Debug\ChatClientDlg.obj, 66404 , 2018-08-08
ChatClient\Debug\ClientScoket.obj, 23326 , 2018-08-08
ChatClient\Debug\stdafx.obj, 926204 , 2018-08-08
ChatClient\Debug\vc140.idb, 2378752 , 2018-08-08
ChatClient\Debug\vc140.pdb, 6795264 , 2018-08-08
ChatClient\ReadMe.txt, 4010 , 2018-08-06
ChatClient\Release, 0 , 2018-08-08
ChatClient\Release\ChatClient.log, 395 , 2018-08-08
ChatClient\Release\ChatClient.obj, 58857 , 2018-08-08
ChatClient\Release\ChatClient.pch, 49020928 , 2018-08-08
ChatClient\Release\ChatClient.res, 1432860 , 2018-08-08
ChatClient\Release\ChatClient.tlog, 0 , 2018-08-08
ChatClient\Release\ChatClient.tlog\CL.command.1.tlog, 3094 , 2018-08-08
ChatClient\Release\ChatClient.tlog\CL.read.1.tlog, 84708 , 2018-08-08
ChatClient\Release\ChatClient.tlog\CL.write.1.tlog, 2104 , 2018-08-08
ChatClient\Release\ChatClient.tlog\ChatClient.lastbuildstate, 199 , 2018-08-08
ChatClient\Release\ChatClient.tlog\link.command.1.tlog, 1958 , 2018-08-08
ChatClient\Release\ChatClient.tlog\link.read.1.tlog, 7102 , 2018-08-08
ChatClient\Release\ChatClient.tlog\link.write.1.tlog, 1102 , 2018-08-08
ChatClient\Release\ChatClient.tlog\rc.command.1.tlog, 418 , 2018-08-08
ChatClient\Release\ChatClient.tlog\rc.read.1.tlog, 136642 , 2018-08-08
ChatClient\Release\ChatClient.tlog\rc.write.1.tlog, 250 , 2018-08-08
ChatClient\Release\ChatClientDlg.obj, 82861 , 2018-08-08
ChatClient\Release\ClientScoket.obj, 47579 , 2018-08-08
ChatClient\Release\stdafx.obj, 6116844 , 2018-08-08
ChatClient\Release\vc140.pdb, 6713344 , 2018-08-08
ChatClient\res, 0 , 2018-08-06
ChatClient\res\ChatClient.ico, 67777 , 2015-09-20
ChatClient\res\ChatClient.rc2, 676 , 2018-08-06
ChatClient\resource.h, 2156 , 2018-08-08
ChatClient\stdafx.cpp, 143 , 2018-08-06
ChatClient\stdafx.h, 1629 , 2018-08-06
ChatClient\targetver.h, 240 , 2018-08-06

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Client-dotnet
    一个用于客户端和服务器端的客户端的简单程序,C#(one for the client and the server-client simple procedure, C#)
    2013-09-03 12:09:29下载
    积分:1
  • TCPsocket
    TCP和UDP socket编程,向固定服务器发送学号姓名信息,用udp从服务器获得一个随机字符串(TCP and UDP socket programming, Student ID Name information sent to the fixed server udp from server to obtain a random string)
    2012-10-21 09:39:54下载
    积分:1
  • NetPhone
    用VC开发的网络语音电话,希望对您的开发有所帮助。(VC network with the development of voice calls, and they hope to be helpful to your development.)
    2009-04-09 10:00:07下载
    积分:1
  • TCPPORTSCAN
    TCP端口扫描,可以获得指定IP段内的主机名,mac地址,存活端口,并将这些信息保存在SQLITE数据库,下次可以直接读取数据库信息,移值性好!(CP port scan, you can get within the segment specified IP host name, mac address, survival ports, and the information stored in the SQLITE database, the next can be read directly, transfer value is good!)
    2013-09-03 19:37:00下载
    积分:1
  • TCPIP
    modbus 测试,用VB的winsock控件实现的modbus tcpip通讯等(modbus test, with VB the winsock control to achieve the modbus tcpip communications)
    2021-04-06 17:59:02下载
    积分:1
  • vcFtp
    学习网络编程的初学者必看的.(Learning Network Programming Watchable the beginners.)
    2004-12-06 14:00:15下载
    积分:1
  • -个完整的ftp序源代码
    关于FTP的代码,支持网络间的文件传输,用户权限的设定.(on FTP code, the support network file transfer, set user privileges.)
    2005-05-17 21:15:40下载
    积分:1
  • Catch
    屏幕广播,在局域网内同段IP内进行屏幕广播和监控(Catch Computer desk)
    2013-11-08 09:23:45下载
    积分:1
  • aonitor-domain-number
    材料力学课程的作业,用于惯性矩的计算,但也是我平时学VB的积累,(The homework in the mechanics of materials course is used for the calculation of moment of inertia, but it is also the accumulation of VB in my usual study.)
    2018-12-05 05:07:55下载
    积分:1
  • netstatp
    类似Windows的netstat程序的程序 (An app which is like to windowss netstat)
    2021-04-03 22:29:04下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载