Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!decwrl!infopiz!lupine!rfg From: rfg@NCD.COM (Ron Guilmette) Newsgroups: comp.lang.c++ Subject: Re: Comparison functions for qsort() and bsearch() Keywords: Sun, C++ Message-ID: <3341@lupine.NCD.COM> Date: 12 Jan 91 21:59:27 GMT References: <1990Dec26.160636.15566@clear.com> <1991Jan2.191630.18581@Think.COM> <60328@microsoft.UUCP> Organization: Network Computing Devices, Inc., Mt. View, CA Lines: 15 In article <60328@microsoft.UUCP> jimad@microsoft.UUCP (Jim ADCOCK) writes: >ARM pg 69 states that a void* is considered a pointer to object type. I see no such statements anywhere in section 5.4. Which ARM are you reading? Anyway, if it did say that, it would not be entirely accurate. A void* type is actually a pointer to an *incomplete* object type. -- // Ron Guilmette - C++ Entomologist // Internet: rfg@ncd.com uucp: ...uunet!lupine!rfg // Motto: If it sticks, force it. If it breaks, it needed replacing anyway.