Re: advantage of using typedefs
- From: "tedu" <tu@xxxxxxxxxxxxx>
- Date: 30 Jan 2006 12:14:45 -0800
John Bode wrote:
> 3. Sort of as a corollary to 2, it allows you to hide certain
> implementation details from other programmers. You probably don't want
> people making assumptions about the size of the offset available to
> them, precisely because that value can change from platform to
> platform.
or the opposite, since off_t is intended to be 64-bit (depending on
OS), regardless of the underlying hardware.
.
- Follow-Ups:
- Re: advantage of using typedefs
- From: Jordan Abel
- Re: advantage of using typedefs
- References:
- advantage of using typedefs
- From: junky_fellow@xxxxxxxxxxx
- Re: advantage of using typedefs
- From: John Bode
- advantage of using typedefs
- Prev by Date: Re: qsort of malloc'ed structs
- Next by Date: Multiple Double Linked Lists
- Previous by thread: Re: advantage of using typedefs
- Next by thread: Re: advantage of using typedefs
- Index(es):
Relevant Pages
|