Mail Archives: djgpp/1998/08/22/14:37:25
I don't know if i'm sending this question to the right place or not,
hehe, but I can't seem
to use local variables in my source files. Like:
void main()
{
int a;
}
would give an error like, "parse error before int" or "parse error
before a". It works fine if the variables are outside of main(), but not
anything local. Is there something wrong with how the compiler is setup?
or is there a header missing or something?
Thanx for any help you can provide,
Galen
- Raw text -