Xref: utzoo comp.lang.c:38132 comp.std.c:4663 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!wuarchive!sdd.hp.com!mips!decwrl!mcnc!uvaarpa!haven!ni.umd.edu!uc780.umd.edu!cs450a03 From: cs450a03@uc780.umd.edu Newsgroups: comp.lang.c,comp.std.c Subject: RE: difference between c++; and ++c; Message-ID: <10APR91.19432427@uc780.umd.edu> Date: 10 Apr 91 19:43:24 GMT References: <1991Apr08.161444.10025@cs.ruu.nl> <1817@bbxsda.UUCP> <1991Apr9.125207.22511@bwdls61.bnr.ca> <4496@gmdzi.gmd.de> Sender: usenet@ni.umd.edu (USENET News System) Organization: The University of Maryland University College Lines: 8 Nntp-Posting-Host: uc780.umd.edu Georg Wittig writes: >So, is > ``c++'' always equivalent to ``(++c - 1)'' I think you have to worry about a couple of boundary conditions here, with floating point numbers, and maybe with signed integers. Raul Rockwell