摘要: Prefer pass-by-reference-to-const to pass-by-value1、By default, C++ passes objects to and from functions by value (a characteristic it inherits from ... 阅读全文
posted @ 2015-04-19 17:23 lshs 阅读(241) 评论(0) 推荐(0)