嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
VC 编写QQ聊天源代码,很值得学习参考源代码,对你一定会有帮助的!
.
├── VC 编写QQ聊天源代码
│ ├── 源代码
│ │ ├── QQClient
│ │ │ ├── CClient.h
│ │ │ ├── CIniFile.cpp
│ │ │ ├── CIniFile.h
│ │ │ ├── ChatClient.aps
│ │ │ ├── ChatClient.clw
│ │ │ ├── ChatClient.cpp
│ │ │ ├── ChatClient.dsp
│ │ │ ├── ChatClient.dsw
│ │ │ ├── ChatClient.h
│ │ │ ├── ChatClient.ncb
│ │ │ ├── ChatClient.opt
│ │ │ ├── ChatClient.plg
│ │ │ ├── ChatClient.rc
│ │ │ ├── ChatClientDoc.cpp
│ │ │ ├── ChatClientDoc.h
│ │ │ ├── ChatClientView.cpp
│ │ │ ├── ChatClientView.h
│ │ │ ├── ClientFormView.cpp
│ │ │ ├── ClientFormView.h
│ │ │ ├── ClientLog.cpp
│ │ │ ├── ClientLog.h
│ │ │ ├── ConnectServerDlg.cpp
│ │ │ ├── ConnectServerDlg.h
│ │ │ ├── FixSplitter.cpp
│ │ │ ├── FixSplitter.h
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── MainSocket.cpp
│ │ │ ├── MainSocket.h
│ │ │ ├── Message.h
│ │ │ ├── MyEditView.cpp
│ │ │ ├── MyEditView.h
│ │ │ ├── MyFormView.cpp
│ │ │ ├── MyFormView.h
│ │ │ ├── MyTreeView.cpp
│ │ │ ├── MyTreeView.h
│ │ │ ├── PareMessage.cpp
│ │ │ ├── ParseMessage.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── SendMessageDlg.cpp
│ │ │ ├── SendMessageDlg.h
│ │ │ ├── ShowMessage.cpp
│ │ │ ├── ShowMessage.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── TypeDefine.h
│ │ │ ├── msg.wav
│ │ │ ├── res
│ │ │ │ ├── Andy2.ico
│ │ │ │ ├── Building_House_1.ico
│ │ │ │ ├── ChatClient.ico
│ │ │ │ ├── ChatClient.rc2
│ │ │ │ ├── ChatClientDoc.ico
│ │ │ │ ├── Face9.ico
│ │ │ │ ├── Haunted House.ico
│ │ │ │ ├── Home_Furnishings_1_16x16.ico
│ │ │ │ ├── People_Child_2_16x16.ico
│ │ │ │ ├── Toolbar.bmp
│ │ │ │ ├── bitmap1.bmp
│ │ │ │ └── bmp00001.bmp
│ │ │ ├── resource.h
│ │ │ ├── username.ini
│ │ │ └── 源码爱好者.url
│ │ ├── QQClient.rar
│ │ ├── QQServer
│ │ │ ├── CChatServer.aps
│ │ │ ├── CChatServer.clw
│ │ │ ├── CChatServer.cpp
│ │ │ ├── CChatServer.dsp
│ │ │ ├── CChatServer.dsw
│ │ │ ├── CChatServer.h
│ │ │ ├── CChatServer.ncb
│ │ │ ├── CChatServer.opt
│ │ │ ├── CChatServer.plg
│ │ │ ├── CChatServer.rc
│ │ │ ├── CChatServerDoc.cpp
│ │ │ ├── CChatServerDoc.h
│ │ │ ├── CChatServerView.cpp
│ │ │ ├── CChatServerView.h
│ │ │ ├── CIniFile.cpp
│ │ │ ├── CIniFile.h
│ │ │ ├── CParseMessage.cpp
│ │ │ ├── CParseMessage.h
│ │ │ ├── ClientSocket.cpp
│ │ │ ├── ClientSocket.h
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── Message.h
│ │ │ ├── MyFormView.cpp
│ │ │ ├── MyFormView.h
│ │ │ ├── MyTreeView.cpp
│ │ │ ├── MyTreeView.h
│ │ │ ├── ParseMessage.cpp
│ │ │ ├── ParseMessage.h
│ │ │ ├── RoomList.ini
│ │ │ ├── ServerSocket.cpp
│ │ │ ├── ServerSocket.h
│ │ │ ├── SetServerPortDlg.cpp
│ │ │ ├── SetServerPortDlg.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── TypeDefine.h
│ │ │ ├── res
│ │ │ │ ├── CChatServer.ico
│ │ │ │ ├── CChatServer.rc2
│ │ │ │ ├── CChatServerDoc.ico
│ │ │ │ ├── House.ico
│ │ │ │ ├── Toolbar.bmp
│ │ │ │ ├── bitmap1.bmp
│ │ │ │ └── test.bmp
│ │ │ ├── resource.h
│ │ │ └── 复件 RoomList.ini
│ │ └── QQServer.rar
│ └── 执行程序
│ ├── QQClient
│ │ ├── ChatClient.exe
│ │ ├── ChatClient.opt
│ │ ├── msg.wav
│ │ └── username.ini
│ └── QQServer
│ ├── CChatServer.exe
│ └── RoomList.ini
└── 好例子网_VC 编写QQ聊天源代码.rar
9 directories, 117 files