On Thu, Jun 12, 2008 at 8:12 PM, bo <[EMAIL PROTECTED]> wrote:
> I gave up on having the program restart from within for now. I will
> try that later. I think I tried to many things at once. I now cannot
> get the program to compile. I added an if statement with two
> conditions. Isn't that possible? I don't know why I try these things
> when they are not required. It's addicting. Any advice will be
> appreciated.
>
> Here is the error code:
> "C:\Program Files\Miracle C\examples\merle.c: line 48: unrecognised
> types in comparison
> 'if (iResponse < 1.0 || iResponse > 3.0) printf ("\n Please enter a
> response of 1, 2 or 3.")'
> aborting compile"
You've defined iResponse as an int and are comparing it to a float
-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
If I were to divulge it, it would overturn the world."
-- Jelaleddin Rumi
[Non-text portions of this message have been removed]