Re: pointers
- From: "Alexei A. Frounze" <alexfru@xxxxxxx>
- Date: Tue, 30 Aug 2005 23:11:12 +0400
"Simon Biber" <news@xxxxxxxxx> wrote in message
news:4314213f$0$29041$afc38c87@xxxxxxxxxxxxxxxxxxxxxxx
....
> Certainly the ability to declare objects of different types in a single
> declaration would be lost:
>
> For example, the declaration:
> char c, *pc, **ppc, *(*pfrpc)();
>
> Would become:
> c: char;
> pc: pointer to char;
> ppc: pointer to char;
> pfrpc: pointer to function returning pointer to char;
>
> Somewhat more typing, but much clearer!
Maybe that (less typing) was the very idea of the C/Unix developers... Just
remember creat() :)
Alex
.
- References:
- pointers
- From: Anolethron
- Re: pointers
- From: Ulrich Eckhardt
- Re: pointers
- From: Keith Thompson
- Re: pointers
- From: Alexei A. Frounze
- Re: pointers
- From: John Bode
- Re: pointers
- From: Alexei A. Frounze
- Re: pointers
- From: Simon Biber
- pointers
- Prev by Date: Re: Why C/C++ errors are SO obscure/devious??
- Next by Date: Re: Why C/C++ errors are SO obscure/devious??
- Previous by thread: Re: pointers
- Next by thread: Re: pointers
- Index(es):
Relevant Pages
|