2008年5月26日

Socket Programming in Windows

摘要: Socket Programming in Windows When you are familiar with network programming in the Unix environment, understanding Windows network programming is easy. This section describes the relationship betwee... 阅读全文

posted @ 2008-05-26 22:50 smwikipedia 阅读(1191) 评论(1) 推荐(0) 编辑

C++ Objects Part 1: Basic Object Memory Layout

摘要: I spent a few minutes dissecting the C++ internal runtime structure for objects within Metrowerks CodeWarrior. There's some internal guts that C++ generates when you make objects; the format is not s... 阅读全文

posted @ 2008-05-26 21:26 smwikipedia 阅读(530) 评论(1) 推荐(0) 编辑

有关raw socket的一些知识

摘要: 众所周知,通过socket编程,我们能够实现机器之间的通信.在TCP/IP协议簇(PF_INET)中,可以建立面向连接的 SOCK_STREAM类型的socket,非连接的SOCK_DGRAM类型的socket.事实上,在所有的网络程序中,也是这两种socket用的 最为广泛.除此之外,还有一些不常用的socket类型,它们却是在某些网络通信中担当重要的角色.这里要讲的就是这么一种socket... 阅读全文

posted @ 2008-05-26 12:35 smwikipedia 阅读(910) 评论(0) 推荐(0) 编辑

导航