Sunday, August 28, 2011

b = a,返回引用; c = a + b,返回值;return int(a+c) 创建一个临时对象并返回

临时对象直接在外部储存单元中创建并初始化。

No comments:

Post a Comment