摘要:
——Don't believe in magic !Understand what your program do ,how they do .引言昨晚一时兴起,我脑子就问自己下面的代码会输出什么,也不知道我脑子为什么有这个代码模型,只是模糊的有些印象:view sourceprint?01#include <stdio.h> 02#include <stdlib.h> 0304int main(int argc,char** argv)05{ 06inti=3,j;07j=(i++)+(i++)+(++i);08printf("i = %d, j = 阅读全文
posted @ 2011-10-05 14:45
freeboy小亮
阅读(656)
评论(0)
推荐(0)

浙公网安备 33010602011771号