[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pointers and objects



	I would like to know if there is a way to delete the object that
several pointers a pointing to by using one pointer and setting the
memory location pointed to by that pointer to nil.  This would make
all the other pointers point to nil.  Any help would be appreciated.