摘要: http://blog.csdn.net/zww0815/article/details/7592940#include<IOSTREAM> //#include<WINSOCK.H> usingnamespacestd;typedefunsignedshortintuint16;typedefunsignedlongintuint32;//短整型大小端互换 #defineBigLittleSwap16(A)((((uint16)(A)&0xff00)>>8)|\ (((uint16)(A)&0x00ff)<<8))//长整型大小 阅读全文
posted @ 2013-05-03 13:47 功夫 熊猫 阅读(1180) 评论(0) 推荐(0)