Re: Headache with structs and pointers
From: Alwyn (dt015a1979_at_mac.com.invalid)
Date: 11/06/04
- Next message: Chris \( Val \): "Re: Headache with structs and pointers"
- Previous message: Juan Miguel: "Headache with structs and pointers"
- In reply to: Juan Miguel: "Headache with structs and pointers"
- Next in thread: Chris \( Val \): "Re: Headache with structs and pointers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 06 Nov 2004 12:25:36 +0000
In article <Z23jd.3489689$A6.10913592@telenews.teleline.es>, Juan
Miguel <NOLADIGO@NOSPAM.ES> wrote:
>
> FileImage ->*(something+2)
Why not:
*(FileImage->something + 2)
or even
FileImage->something[2]
?
Alwyn
- Next message: Chris \( Val \): "Re: Headache with structs and pointers"
- Previous message: Juan Miguel: "Headache with structs and pointers"
- In reply to: Juan Miguel: "Headache with structs and pointers"
- Next in thread: Chris \( Val \): "Re: Headache with structs and pointers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]