C++: pass-by-value / pass-by-pointer / pass-by-reference March 16, 2015 3 分钟阅读 老生常谈。整理自 Thinking in C++。
C++: A syntax constraint when defining variables in the statements of if, while and switch March 16, 2015 少于 1 分钟阅读 整理自 Thinking in C++。