Our website uses cookies to enhance your browsing experience.
Accept
to the top

Webinar: Let's make a programming language. Part 1. Intro - 20.02

>
>
>
LP64 (I32LP64)

LP64 (I32LP64)

Dec 23 2011

LP64 (I32LP64). Data model in C/C++ in which basic data types have the following sizes: int - 32 bits, long - 64 bits, long long - 64 bits, pointer - 64 bits. This data model is used in most Unix systems.

Popular related articles