This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Pointers to int


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]