OS issues 정리 - 32 bit, 64 bit, windows, linux, solaris, AIX, MacOSX
32-bit issues 64-bit issues 64-bit data models (단위 : byte) Data Model short int long long long pointer size_t OS LLP64 IL32P64 2 4 4 8 8 Windows LP64 I32LP64 2 4 8 8 8 Unix like system - solaris, linux, Mac ILP64 2 8 8 8 8 SPARC64 SILP64 8 8 8 8 8 Unicos 참고로 32bit Windows 의 경우 int, long, pointer 가 4byte로 표현된다.
2011. 2. 10.