摘要: 这可烦人了: short i = 1, j = 2; i += j; // warning C4244: '+=' : conversion from 'int' to 'short', possible loss of data (VC6 Warning Level 4) 还是VC6, cl /W 阅读全文
posted @ 2022-12-07 15:56 华容道专家 阅读(34) 评论(0) 推荐(0)