help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: help with (error ISO c++ forbids comparison between pointers and int


From: Jeffrey Schwab
Subject: Re: help with (error ISO c++ forbids comparison between pointers and integers
Date: Mon, 11 Apr 2011 08:09:14 -0700 (PDT)
User-agent: G2/1.0

On Saturday, April 9, 2011 7:40:40 PM UTC-4, Josh Henry wrote:

>     winner = whoWins(user, ai);
> 
>     if (whoWins == 0)

I think you mean:  if (winner == 0)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]