Path: utzoo!attcan!uunet!ncrlnk!ncrcae!hubcap!gatech!rutgers!apple!bloom-beacon!mit-eddie!bbn!inmet!ishmael!inmet!stt From: stt@inmet Newsgroups: comp.lang.c++ Subject: Re: Something new for C? Message-ID: <124300002@inmet> Date: 9 Nov 88 18:37:00 GMT References: <73@dsoft.UUCP> Lines: 12 Nf-ID: #R:dsoft.UUCP:-7300:inmet:124300002:000:270 Nf-From: inmet!stt Nov 9 13:37:00 1988 Here is the way I have always done it: &((struct test *)0)->that This returns the address of the component "that" for a struct starting at address 0. This expression can be converted to an integer if need be. S. Tucker Taft Intermetrics, Inc. Cambridge, MA 02138