Wednesday, June 30, 2010

pointer to integer

If you get the error “warning:comparison between pointer and integer”, odds are you are thinking right, but implementing your comparison wrong.

ur doin it wrong

if(count == 2) {

the right way

if([count intValue] == 2) {

No comments:

FEEDJIT Live