Skip to content

Instantly share code, notes, and snippets.

@hernad
Created November 29, 2010 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hernad/720190 to your computer and use it in GitHub Desktop.
Save hernad/720190 to your computer and use it in GitHub Desktop.
destruktori
main
{
....
{
MyObj v1;
v1.oper_1();
v1.oper_2(x, y, z);
} <<<< ovdje kompajler generiše pozivanje destruktora
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment