Data Type Ranges

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Alan Serpini (serpini_at_inwind.it)
Date: 10/07/04


Date: Thu, 07 Oct 2004 20:34:16 GMT

I've a IPAQ 3870 with Windows CE 3.0 and I need to know the dimension of
various data type, in byte, like int and pointer (examples: CMyClass*
next ). I seek information, but I didn't found a precision answer, but only
that depending by system! Somebody of you know the answer!

Thanks
Alan Serpini



Relevant Pages

  • Re: strang function pointer from faq book (help)
    ... > pointer to a function which is typedef ed. ... It is just an ordinary typedef. ... then MyJ gets an alias for the whole data type, in this case for 'int'. ...
    (comp.lang.cpp)
  • Re: Efficency and the standard library
    ... "The LLP64 data model preserves the relationship between int and long by ... the sizes of the data types are related to the assumption that a pointer ... dependent on the introduction of a new data type. ...
    (comp.lang.c)
  • Re: "Referenced type "
    ... So then you'd have to say that a pointer contains a... ... A pointer consists of a type ... A pointer is a data type whose values refers to/points to another value. ... Two houses north of my ...
    (comp.lang.c)
  • Re: Memory Structure Pointer Problems
    ... typedef struct sta { ... char* name; ... int num_cmpnds; ... A pointer to a struct cmp is almost ...
    (comp.lang.c)
  • Re: C# - getting binary data from .lib
    ... Use Marshal.AllocHGlobal to allocate the memory and pass this IntPtr to the ... int retCode = create(id, scale, ptrImage); ... You now control the pointer returned. ...
    (microsoft.public.dotnet.framework.interop)