Re: is order urgent doubt
- From: Flash Gordon <spam@xxxxxxxxxxxxxxxxxx>
- Date: Tue, 03 Jun 2008 20:10:23 +0100
jacob navia wrote, On 03/06/08 07:21:
new to c wrote:
<snip>
Code print
sizeof(long int): 4
sizeof(int long): 4
sizeof(double int): 4
sizeof(int double): 8
sizeof(long long int): 8
sizeof(long int long): 4
<snip>
Jacob, in addition to Keith's questions did you notice that the above is wrong? As "long int long" is the same as "long long" the above should be 8.
<snip>
Maybe this will clarify what lcc-win is doing.
Those warnings made it clearer in my opinion, but I agree with Keith's comments.
--
Flash Gordon
.
- Follow-Ups:
- Re: is order urgent doubt
- From: jacob navia
- Re: is order urgent doubt
- References:
- is order urgent doubt
- From: new to c
- Re: is order urgent doubt
- From: Keith Thompson
- Re: is order urgent doubt
- From: new to c
- Re: is order urgent doubt
- From: Bartc
- Re: is order urgent doubt
- From: new to c
- Re: is order urgent doubt
- From: Keith Thompson
- Re: is order urgent doubt
- From: new to c
- Re: is order urgent doubt
- From: jacob navia
- is order urgent doubt
- Prev by Date: Re: bit position
- Next by Date: Re: When to use const modifier?
- Previous by thread: Re: is order urgent doubt
- Next by thread: Re: is order urgent doubt
- Index(es):
Relevant Pages
|