Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. C::C (this=0x7fffffffeb6d) at main.cpp:6
  2. 6 C(const C&){cout<<"*";}//# * =quante volte viene invocato il cost
  3. ruttore di copia
  4. (gdb) step
  5. f (a=...) at main.cpp:12
  6. 12 return c;
  7. (gdb) step
  8. 13 }
  9. (gdb) step
  10. main (argc=1, argv=0x7fffffffec58) at main.cpp:21
  11. 21 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement