Re: [GD-General] meaning of sizeof(int) on all plateform
Brought to you by:
vexxed72
From: J C L. <cl...@ka...> - 2003-06-30 01:58:33
|
On Thu, 26 Jun 2003 22:12:52 +0200 iso <iso-8859-1> wrote: > another question, is sizeof(int) =3D=3D sizeof(void*) ? sizeof(void*) > must be : size of memory bus address so sizeof(int).... No. There's no requirement for pointers to be integral types, and in fact on several platforms pointers are variously complex structures and not integral at all. -- J C Lawrence ---------(*) Satan, oscillate my metallic sonatas. cl...@ka... He lived as a devil, eh? http://www.kanga.nu/~claw/ Evil is a name of a foeman, as I live. |