will the pointer survive?
From: Allen (allen-terri-ng!_at_#att.net)
Date: 11/14/03
- Next message: Chris Schumacher: "string lengths as integers."
- Previous message: Ivan Vecerina: "Re: Enum within function, is this standard?"
- Next in thread: Ivan Vecerina: "Re: will the pointer survive?"
- Reply: Ivan Vecerina: "Re: will the pointer survive?"
- Reply: Chris Theis: "Re: will the pointer survive?"
- Reply: Unforgiven: "Re: will the pointer survive?"
- Reply: EventHelix.com: "Re: will the pointer survive?"
- Reply: Nils Petter Vaskinn: "Re: will the pointer survive?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 14 Nov 2003 05:15:50 GMT
Hi all,
Will my pointer survive this conversion?
MyType_tag MyType;
MyType_tag* pMyPntr = &MyType;
int iUglyTempStorage = (int)pMyPntr;
MyType_tag* pMyOtherPntr = (MyType_tag*)iUglyTempStorage;
-- Best wishes, Allen
- Next message: Chris Schumacher: "string lengths as integers."
- Previous message: Ivan Vecerina: "Re: Enum within function, is this standard?"
- Next in thread: Ivan Vecerina: "Re: will the pointer survive?"
- Reply: Ivan Vecerina: "Re: will the pointer survive?"
- Reply: Chris Theis: "Re: will the pointer survive?"
- Reply: Unforgiven: "Re: will the pointer survive?"
- Reply: EventHelix.com: "Re: will the pointer survive?"
- Reply: Nils Petter Vaskinn: "Re: will the pointer survive?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]