→ gozha:我想問 #define f(x, y){} ← 這是叫做 call by name 嗎@@? 06/21 16:37
推 zlw:另外,如果你用VC參考我之前extern那篇,傳指標跟傳參考在傳送 06/21 16:41
→ zlw:時假設傳int x; foo(x)跟foo(&x)都是用 lea eax,[x] push eax 06/21 16:41
推 VictorTom:小弟我只想說, 不要再講什麼Call by Address了.... 06/21 19:38
→ VictorTom:CbA根本不是正式說法, 而且實際一說它是CbV, 一說是CbR 06/21 19:39
→ VictorTom:亂的要死, 把CbV與CbR給搞清楚弄明白, 也把傳pointer變 06/21 19:39
→ VictorTom:數這件事搞清楚, 就不會再被CbA等給混淆謎惑了@_@" 06/21 19:40
推 stonehomelaa:Call by Address是台灣人自創,老外不這麼講的 06/21 23:10
推 cole945:其實 O'reilly的practical C++ Programming一書中, 也用 06/21 23:33
→ cole945:了call by address這個術語描術像function(int *var)這種 06/21 23:33
→ cole945:東西.__." 所以不太算台灣人自創的吧囧? 06/21 23:34