|
From: Roger H. <rog...@mi...> - 2004-12-17 20:07:55
|
On Friday, December 17, 2004, at 07:55 pm, James W. Walker wrote: > > ((char*&) myStructPtr)) += sizeOfMyStruct; > > That compiles in CodeWarrior, and the reference may make it legal, but > it looks tricky. > I don't think so, not with two open brackets and three closing ones :-) Apart from that very neat, as long as it compiles on Jose's compiler. |