I\'m trying to create different objects of the same type using a loop, and then storing a pointer to each specific object in a linked list. The problem is, each time an object i
"&user" return address of pointer, that contains references to objects.