2013年1月8日
摘要: sizeof(xxx)的结果其实就是XXX所指类型的大小,在32位系统中//cout<<sizeof(unsigned short)<<","//2 // <<sizeof(short)<<","//2 // <<sizeof(int)<<","//4 // <<sizeof(char)<<","//1 // <<sizeof(unsigned char)<<","//1 // 阅读全文
posted @ 2013-01-08 21:18 陈孝勇 阅读(3146) 评论(0) 推荐(0)