RE: [GD-General] meaning of sizeof(int) on all plateform
Brought to you by:
vexxed72
From: Daniel V. <vo...@ep...> - 2003-06-27 13:30:24
|
> MSDN states that on Win64, sizeof(int)==4, sizeof(long)==4 > (in the interest of keeping most code working), but > sizeof(void *)==8. So code that assumes you can store > a pointer in the memory for the int will need to be reworked. FWIW, sizeof(long)==8 with gcc on e.g. Hammer. -- Daniel, Epic Games Inc. |