Mail Archives: djgpp/1996/01/24/15:37:15
On Wed, 24 Jan 1996, Eli Zaretskii wrote:
>
> On 23 Jan 1996, Mason Glaves wrote:
>
> > help! For some reason djgpp keeps giving me a "undeclared identifier" everyting I try to create/use arrays of
> > any sort... is there any special includes that I am forgetting...
>
> Any examples?
>
Sorry, I was rushed:
Ok, if I try to add the lines:
#define MAX 30
... (other stuff)
main()
char buff[MAX];
It compiles fineuntil it reaches the above line, but then it give me some
error message that looks like:
in function main
line 20 : buff undeclared (use this function first).
(or something very similar looking to the above)
It willl compile fine on a unix version of gcc, so I am lost for what to
do...
- Raw text -