実行結果は以下のようになりました。 ~/> g++ samp.cpp ~/> ./a.out 0xbfc07bee: [aaa]: constructor called 0xbfc07bee: [bbb]: constructor called 0xbfc07bef: [aaa]: constructor called 0xbfc07bef: [bbb]: copy constructor called 0xbfc07bef: [bbb]: destructor called 0xbfc07bef: [aaa]: destructor called 0xbfc07bee: [bbb]: destructor called 0xbfc07bee: [aaa]: destructor called