array with pointers.....
From: Mark (yodai_at_spamnot.mail.vu)
Date: 03/31/04
- Next message: Joona I Palaste: "Re: array with pointers....."
- Previous message: Malcolm: "Re: Delimiting problems"
- Next in thread: Joona I Palaste: "Re: array with pointers....."
- Reply: Joona I Palaste: "Re: array with pointers....."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 31 Mar 2004 19:28:45 GMT
This doesn't compile, but I can't see why: (am I not meant to do an array
with pointers?)
const unsigned int MyIP[] =
{
*FIP1 + (*FIP2 << 8),
*FIP3 + (*FIP4 << 8)
};
//where FIP is:
#define FIP1 ((unsigned int*)0xD004)
- Next message: Joona I Palaste: "Re: array with pointers....."
- Previous message: Malcolm: "Re: Delimiting problems"
- Next in thread: Joona I Palaste: "Re: array with pointers....."
- Reply: Joona I Palaste: "Re: array with pointers....."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|