I WANT to use NSinteger variable *strength in my code with if condition but it's not work.. :(
if(strength == 11){
}
How can i use if with NSInteger*
|
I WANT to use NSinteger variable *strength in my code with if condition but it's not work.. :(
How can i use if with NSInteger* |
||||
|
|
And not
However if you do need to use a pointer to an
but from what I see, I don't think this is the case. |
|||
|
|
|
I assume you must be adding an * when you declare your |
|||
|
|