在 C 和 C++中,当比较不同大小的无符号整数时,如何才能收到警告?

LookCos at 
C 和 C++中常见的一个错误源是如下代码: size_t n = // ... for (unsigned int i = 0; i […]……