C++: There are void pointers but no void references March 16, 2015 1 minute read 整理自 Thinking in C++。
C++: pass-by-value / pass-by-pointer / pass-by-reference March 16, 2015 3 minute read 老生常谈。整理自 Thinking in C++。
C++: A syntax constraint when defining variables in the statements of if, while and switch March 16, 2015 less than 1 minute read 整理自 Thinking in C++。