在未检查的上下文中,如果表达式产生的值在目标类型范围之外,并不会标记溢出。
In an unchecked context, if an expression produces a value that is outside the range of the destination type, the overflow is not flagged.
在调试版本中msvc编译器添加额外的数据来检测缓冲区溢出和使用未初始化的内存。
In debug builds the MSVC compiler adds in extra data to help detect buffer overflows and use of uninitialized memory.
应用推荐