Mail Archives: djgpp/1998/01/15/12:31:47
Charles Krug wrote:
>
> HackerOC3 wrote:
>
> >printf("y value?");
> >int y;
> >scanf(" %d", &y);
> >printf("color value?");
> >int c;
> >scanf(" %d", &c);
>
> > In above code, i get parse errors before int. I also sometimes get
> > parse errors in function prototypes for seemingly invaild reasons.
> > Please help!!
incidentally, you have posted, e-mailed, confirmed your receipt of
answers to this question umpteen times. i know there are people who
disagree with me on this, but posting the same thing over and over and
over does count as spam.
if you are compiling your programs as C++ source and still getting parse
errors, then you have a typo elsewhere, or you are trying to use the
name of a struct/union/function/typedef before the compiler sees it.
now, please work it out.
- Raw text -