最好是把所有的程序都写出来!有些情况 release 和 debug 就是不一样,我也不知道是怎么回事,
如:
int i = 2;
CString str;
str.Format( "%d, %d, %d", ++i, ++i, ++i );