C++构造函数语意学 默认构造函数的构造操作 拷贝构造函数的构造操作 程序转换语意学 成员初始化列表 默认构造函数的构造操作 考虑如下代码; class Foo { public: int val; Foo *pnext; }; void foo_bar() {