摘要:故事背景,一个正在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
|
||
随笔分类 - 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
|
||