Re: Typedef or not
- From: Ben Bacarisse <ben.usenet@xxxxxxxxx>
- Date: Tue, 28 Feb 2006 14:01:35 +0000
On Tue, 28 Feb 2006 17:59:39 +0530, Ravi Uday wrote:
Ronny Mandal wrote:
Consider these two:^^^ - added
Typedef struct { int foo, int bar } FooBar;
You corrected a non-error ("int a, b" is fine although "int a, b;" is
preferred) and did not correct the error (Typedef != typedef).
--
Ben.
.
- Follow-Ups:
- Re: Typedef or not
- From: Micah Cowan
- Re: Typedef or not
- References:
- Typedef or not
- From: Ronny Mandal
- Re: Typedef or not
- From: Ravi Uday
- Typedef or not
- Prev by Date: Re: Hellp with type promotion
- Next by Date: Re: Adding large numbers in C
- Previous by thread: Re: Typedef or not
- Next by thread: Re: Typedef or not
- Index(es):
Relevant Pages
|