文件名称:schat
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- moha****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
In this article w ill look at how to program using sockets by implementing an echo
server along with a client that we will use to send and receive string messages. I will start
off by giving a quick introduction to TCP/IP fundamentals and then explain how sockets
fit into the picture. I am going to assume you already understand basic network concepts.
When you get done reading this article you should be armed with sufficient information
to be able to investigate other concepts in more detail on your own. Sample code can be
downloaded for this article from my website for anyone using VisualStudio 2008 or later.
I have also included all the source code in print at the end of the article for others.-In this article we will look at how to program using sockets by implementing an echo
server along with a client that we will use to send and receive string messages. I will start
off by giving a quick introduction to TCP/IP fundamentals and then explain how sockets
fit into the picture. I am going to assume you already understand basic network concepts.
When you get done reading this article you should be armed with sufficient information
to be able to investigate other concepts in more detail on your own. Sample code can be
downloaded for this article from my website for anyone using VisualStudio 2008 or later.
I have also included all the source code in print at the end of the article for others.
server along with a client that we will use to send and receive string messages. I will start
off by giving a quick introduction to TCP/IP fundamentals and then explain how sockets
fit into the picture. I am going to assume you already understand basic network concepts.
When you get done reading this article you should be armed with sufficient information
to be able to investigate other concepts in more detail on your own. Sample code can be
downloaded for this article from my website for anyone using VisualStudio 2008 or later.
I have also included all the source code in print at the end of the article for others.-In this article we will look at how to program using sockets by implementing an echo
server along with a client that we will use to send and receive string messages. I will start
off by giving a quick introduction to TCP/IP fundamentals and then explain how sockets
fit into the picture. I am going to assume you already understand basic network concepts.
When you get done reading this article you should be armed with sufficient information
to be able to investigate other concepts in more detail on your own. Sample code can be
downloaded for this article from my website for anyone using VisualStudio 2008 or later.
I have also included all the source code in print at the end of the article for others.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
schat.c