Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!mephisto!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!samsung!aplcen!haven!grebyn!jmbj From: jmbj@grebyn.com (Jim Bittman) Newsgroups: comp.lang.c Subject: Assigning Void Pointer, Thanks for the Help! Keywords: My mailbox runneth over Message-ID: <19392@grebyn.com> Date: 19 Feb 90 05:51:56 GMT Organization: Grebyn Timesharing, Vienna, VA Lines: 11 Thanks for all the help. I received a number of responses immediately, and ALL WERE CORRECT!! The correct way to assign the null pointer is: myint = * (int *) varptr[5]; where varptr[5] is an array of void pointers. I have tried this and it works (with Turbo C 2.0). Thanks Again, Jim Bittman, jmbj@grebyn.com