[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why the hell is my code coredumping ?



On Wed, 6 Feb 2002 12:17:41 +0000 (GMT), Marc Xander Makkes wrote:

>For you information this little code came out of The C programing language
>( ansii c ) by brian w. kernighan and dennis m. ritchie. That was made in
>1988.
>
> > I have this little code;
> >
> > +----
> >
> >
> > #include <stdio.h>
> >
> > struct point { int x; int y;};
> > int main()
> > {
> > struct point *p;
> > p->y = 13;
> > printf("%d\n", p->y);
> > }

On page what?

In the beginning was The Word
and The Word was Content-type: text/plain
The Word of Rod.