未名

                                             北国风光,千里冰封,万里雪飘。 江山如此多娇,引无数英雄竞折腰。

导航

随笔分类 -  compilation

摘要:故事背景,一个正在c语言的家伙,问我++i 和 i++的问题,我当时因为要去上课没给他说,正好今晚有空就测试了一下如下代码:编译环境:VS2010 语言:C++ 1 #include 2 using namespace std; 3 4 int main(void) 5 { 6 int ... 阅读全文

posted @ 2014-08-15 00:01 未 名 阅读(2312) 评论(0) 推荐(0)