Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hp-pcd!hplsla!jima From: jima@hplsla.HP.COM (Jim Adcock) Newsgroups: comp.lang.c++ Subject: Re: ++ bug ? Message-ID: <6590302@hplsla.HP.COM> Date: 16 Oct 89 17:14:27 GMT References: Organization: HP Lake Stevens, WA Lines: 3 It is well documented almost everywhere that when overloading pre/post inc/dec that C++ does not distinguish between pre and post. Hence the discussion on @++ vs ++@