RE: [GD-General] meaning of sizeof(int) on all plateform
Brought to you by:
vexxed72
From: Daniel V. <vo...@ep...> - 2003-06-28 02:46:52
|
> I can easily imagine an embedded architecture having > different length pointers for code pointers and data pointers, > as well. In that case, I assume (always dangerous) that > void * would be large enough to hold the largest pointer, as > Jay suggests, above. Section 3.9.2.4 of the ANSI C++ standard guarantees that a void pointer can hold any object pointer. -- Daniel, Epic Games Inc. |