From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27627 invoked by alias); 28 Oct 2005 18:31:47 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 27616 invoked by uid 22791); 28 Oct 2005 18:31:42 -0000 Received: from smtpout04-04.prod.mesa1.secureserver.net (HELO smtpout04-04.prod.mesa1.secureserver.net) (64.202.165.199) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Fri, 28 Oct 2005 18:31:42 +0000 Received: (qmail 14332 invoked from network); 28 Oct 2005 18:31:41 -0000 Received: from unknown (216.207.245.1) by smtpout04-04.prod.mesa1.secureserver.net (64.202.165.199) with ESMTP; 28 Oct 2005 18:31:41 -0000 Message-ID: <43626DF4.2060408@starnetworks.us> Date: Fri, 28 Oct 2005 18:31:00 -0000 From: "Kevin P. Fleming" User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) MIME-Version: 1.0 To: gcc-help@gcc.gnu.org Subject: Re: Pointers to int References: <4362255E.90303@racsa.co.cr> <20051028160530.GE6673@opaque.pepe> <436263FA.3010103@gmail.com> In-Reply-To: <436263FA.3010103@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-10/txt/msg00217.txt.bz2 ework0 wrote: > Regarding this issue, I understand the priorities of operands, I dont > have clear what does the '++' operator increments: a. The memory > location (ej: If it was 0x01, now it is 0x02); b. The value contained in > the memory location p is point to? > > Can anyone provide a simpler illustrative examples regarding this > operations? I think it would be great for the records of the list, This is basic C knowledge, not in any way specific to GCC. There are tons of C reference books and web sites you can use to learn how it works.