Skip to content

Instantly share code, notes, and snippets.

@ernestoalejo
Created May 17, 2012 19:31
Show Gist options
  • Save ernestoalejo/2721124 to your computer and use it in GitHub Desktop.
Save ernestoalejo/2721124 to your computer and use it in GitHub Desktop.
Conjunto &Conjunto::operator=(Conjunto conju){
Dato *aux = conju.primero;
conju.primero = primero;
primero = aux;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment