C bites Dog!

Peter da Silva peter at graffiti.UUCP
Sat Aug 31 04:09:30 AEST 1985


> > > > > 		if (sv > score);   <----- note extraneous semi-colon
> > > > > 			score = sv;
> > > ICK ICK ICK! I hate languages that do that. Ever considered using "cb" as a
> > > debugging tool? I have an MS-DOS version if anyone wants it...
> > [...]  What
> > would you do, compare the output of `cb' with the original? Takes
> > lots of time & can be visually overlooked.

Yes. Since I write cb-like code in the first place it's very easy to just
diff it... any lines diff catches are either long function calls or errors
of this type.



More information about the Comp.lang.c mailing list