摘要: 摘自:http://bbs.21ic.com/icview-623676-1-1.html看了很有感触,故转载之,以自勉。 再过几天就是我从业十年的纪念日啦,回首这过去的十年,个中辛酸和快乐只有经历过后才有切肤... 阅读全文
posted @ 2013-10-01 21:22 wdliming 阅读(189) 评论(0) 推荐(0)
摘要: #include main(){char a[5] = "abcd";int b = 3;printf("%c\n",a[b]);printf("%c\n",((char *) b)[(int) a]);}结果:... 阅读全文
posted @ 2013-10-01 10:02 wdliming 阅读(140) 评论(0) 推荐(0)