Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!uakari.primate.wisc.edu!samsung!olivea!uunet!pdn!tscs!tct!chip From: chip@tct.com (Chip Salzenberg) Newsgroups: comp.lang.c++ Subject: Re: About Lists and things ... Mostly requests for info. Message-ID: <285E75EC.37E7@tct.com> Date: 18 Jun 91 21:06:51 GMT References: <18939@prometheus.megatest.UUCP> Organization: Teltronics/TCT, Sarasota, FL Lines: 13 According to djones@megatest.UUCP (Dave Jones): > while( member = (SomeType*)List_iter_next(&iter)) Aargh. This is exactly the downcast hackery that I avoid at all costs. I don't mind using pointers without seatbelts, but with my object types I want a four-point harness and an airbag. -- Chip Salzenberg at Teltronics/TCT , "You can call Usenet a democracy if you want to. You can call it a totalitarian dictatorship run by space aliens and the ghost of Elvis. It doesn't matter either way." -- Dave Mack