1.由copy-initialization方式建立物件。 Ex. Foo foo1;. Foo foo2(foo1);. 以上直接使用copy constructor。 string s = "C++ Primer" ...
確定! 回上一頁