C++ sizeof 使用规则及陷阱分析
1、什么是sizeof 首先看一下sizeof在msdn上的定义: The sizeof keyWord gives the amount of storage, in bytes, associated with a variable or a type (including aggregate types). This keyword returns a value of type size_t. 看到r
- 上一篇:虚拟文件系统
- 下一篇:学数学也要学点偷懒的技术(二)
精彩图集
精彩文章