Posted by Jared Anderson on July 22, 1999 at 22:18:25:
In Reply to: Re: bool problems (????) ... NOW what ... posted by Jared Anderson on July 22, 1999 at 22:14:42:
ARGH!!!
I tried the #define, and now everywhere I'm trying to assign the value I'm getting "syntax error: '='".
Is this not what is used to assign a value???????
I'm also getting a couple weird "invalid else without matching if" statements even though there IS a match.
In one case, my "if" is a one-line statement and I originally did not have a ';' at the end (before the "else").
VC++ told me I needed a ';' there, so I put one there. And now it's telling me there's no matching "if" for the "else".
This is getting very very old. These are errors that seem to have no grounds!!!