truncation of numbers
From: adv (conn_adv_at_tomca.com)
Date: 05/07/04
- Next message: adv: "Pointer to an object"
- Previous message: Karl Heinz Buchegger: "Re: Dynamic Storage of a Directory Tree"
- Next in thread: Francis Glassborow: "Re: truncation of numbers"
- Reply: Francis Glassborow: "Re: truncation of numbers"
- Reply: Francis Glassborow: "Re: truncation of numbers"
- Reply: B. v Ingen Schenau: "Re: truncation of numbers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 07 May 2004 08:52:11 GMT
short a;
int b;
...
a = b;
Will a always have the lower 16 bits of b?
_int64 c;
int d;
...
d = c;
Will d always have the lower 32 bits of c?
Thanks!
- Next message: adv: "Pointer to an object"
- Previous message: Karl Heinz Buchegger: "Re: Dynamic Storage of a Directory Tree"
- Next in thread: Francis Glassborow: "Re: truncation of numbers"
- Reply: Francis Glassborow: "Re: truncation of numbers"
- Reply: Francis Glassborow: "Re: truncation of numbers"
- Reply: B. v Ingen Schenau: "Re: truncation of numbers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]