Re: Segmentation fault!
- From: Keith Thompson <kst-u@xxxxxxx>
- Date: Sat, 11 Feb 2006 22:50:23 GMT
"Rod Pemberton" <do_not_have@xxxxxxxxxxxxxxxxxxx> writes:
[...]
Just an FYI (for others, since Chris is probably familiar), this technique
existed prior to C99. It was called the C90 'struct hack' and works with
almost all C compilers. When standardized in C99, it became known as
variable length arrays.
You're thinking of flexible array members; variable length arrays are
a different feature.
Rod, a personal observation: your recent postings here have actually
been reasonable. Have you decided not to be an abusive troll? (See
the recent "Which members are created automatically, which members are
not inherited?" thread if you don't know what I'm referring to.)
--
Keith Thompson (The_Other_Keith) kst-u@xxxxxxx <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
.
- Follow-Ups:
- Re: Segmentation fault!
- From: Rod Pemberton
- Re: Segmentation fault!
- References:
- Segmentation fault!
- From: Paminu
- Re: Segmentation fault!
- From: Vladimir S. Oka
- Re: Segmentation fault!
- From: Rod Pemberton
- Re: Segmentation fault!
- From: Chris Torek
- Re: Segmentation fault!
- From: Rod Pemberton
- Segmentation fault!
- Prev by Date: Re: Compile Errors
- Next by Date: Re: getchar() reading alphanumeric data
- Previous by thread: Re: Segmentation fault!
- Next by thread: Re: Segmentation fault!
- Index(es):
Relevant Pages
|