reference n pointers ??!!

what are the differences between using reference in c++ and using pointers??

like eg: int var& var1 = var; and using pointers instead of the same piece of code

thanks in advance!!
Topic archived. No new replies allowed.