(SOLVED)Help with ISO C++ forbids comparison between pointer and integer.

You are comparing an integer ( i ) with a pointer ( &buflen ), why?