Ta上传的资源 (0)

 const *或const  *2、常量指针: * const3、指向常量的常量指针: const * const或const  * const

DotNet实现Socket连接,用多线程处理多用户。我就谈一下在实现过程中遇到的问题。下面是我服务器的简化实现。

(VC++ 2008编写的多客户端MFC代码,配有非常非常详尽的注释,功能只是简单的显示一下各个客户端发来的字符,作为教学代码,为了使得代码结构清晰明了,简化了很多地方,用于产品开发的话还需要做很多改进,有错误或者不足的地方,非常欢迎大家不吝指出。)

Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that t