摘要: Programming LanguagesCAPIBerkeley Socket APIData Structure used to store socked details1234567struct sockaddr_in6 {u_char sin6_len; // length of this structureu_char sin6_family; // AF_INET6u_int16m_t sin6_port; // Transport layer port #u_int32m_t sin6_flowinfo; // IPv6 flow informationstruct in6_ad 阅读全文
posted @ 2011-09-10 18:57 westfly 阅读(578) 评论(0) 推荐(0) 编辑
摘要: Berkeley Socket API – Creating a TCP/IP Server in CProgramming LanguagesCAPIBerkeley Socket APIWhat are sockets?“In computer networking, an Internetsocket (or commonly, a network socket or socket) is the endpoint of a bidirectional inter-process communication flow across an Internet Protocol-based c 阅读全文
posted @ 2011-09-10 18:56 westfly 阅读(685) 评论(0) 推荐(0) 编辑
摘要: 作者:iTech出处:http://itech.cnblogs.com/[C++对象模型][1]目录与参考C++对象模型系列:本系列是主要是作者经验的总结且同时参考了大量的网络文章,希望能够给C++的学习者有所帮助,但是由于作者水平有限,难免有错,希望大家能够指出,我将虚心地向大家学习,与大家共同进步!本系列的开发环境是Windows 32+VS2008。文章:指针和引用指针与数组指针与字符串堆栈与函数调用sizeof与对象内存布局单继承与虚函数表多重继承与虚函数表虚继承与虚函数表类型转化参考:1) C++对象模型C++对象模型笔记:http://blog.csdn.net/ZengMuAnS 阅读全文
posted @ 2011-09-10 08:41 westfly 阅读(246) 评论(0) 推荐(0) 编辑