Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!pp!riunite!rfg From: rfg@riunite.ACA.MCC.COM (Ron Guilmette) Newsgroups: comp.lang.c++ Subject: Re: C++ parsing questions Message-ID: <206@riunite.ACA.MCC.COM> Date: 13 May 89 17:50:45 GMT References: <13718@paris.ics.uci.edu> <455@sdti.SDTI.COM> Reply-To: rfg@riunite.UUCP (Ron Guilmette) Organization: MCC Austin, Texas Lines: 15 In article <455@sdti.SDTI.COM> turner@sdti.UUCP (0006-Prescott K. Turner, Jr.) writes: >You can never put a parenthesis between an operator and its operand. I think you meant "you can never put a closing parenthesis between an operator and it operand." Actually though, I don't believe that this is strictly true either. For example, aren't these legal? (*ptr)++ (*ptr)-- -- // Ron Guilmette - MCC - Experimental Systems Kit Project // 3500 West Balcones Center Drive, Austin, TX 78759 - (512)338-3740 // ARPA: rfg@mcc.com // UUCP: {rutgers,uunet,gatech,ames,pyramid}!cs.utexas.edu!pp!rfg