Mail Archives: djgpp/1998/08/28/19:12:06
Endlisnis wrote:
>
> Thomas J. Hruska wrote:
> > I'm writing a spreadsheet block converter in Borland Turbo C (16-bit) which
> > I will compile under DJGPP once I've got it working. DJGPP has poor
> > error/warning alerts compared to Borland's (I use the IDE in both cases).
> Options->Compilers->Warnings->Wall
> That will make GCC as good or better at detecting bad-code.
It detects it quite well, but doesn't always explain it well. I once
had a bug involving a missing parenthesis in a complicated macro. GCC
just said "Parse error", which didn't help me much. In desperation I
submitted the code to Turbo C, got a "Missing )" message, and had it
fixed quickly. But that is less important.
--
Nate Eldredge
nate AT cartsys DOT com
- Raw text -