· KLDP.org · KLDP.net · KLDP Wiki · KLDP BBS ·
Zero As Null


if (cp != NULL) ...

if (cp != (char*)0)  ...

if (cp != 0) ...

if (cp) ...
는 모두 같다.

시스템에서는 NULL이 0이 아닐 수 있지만, 언제나 0은 정수 상수인 동시에 언어 명세상 null pointer constant로 정의되어 있다.



EOF에 주로 -1이 쓰이기는 하지만, int인 음수면 된다.

ID
Password
Join
Your mode of life will be changed for the better because of new developments.


sponsored by andamiro
sponsored by cdnetworks
sponsored by HP

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2008-10-03 08:56:42
Processing time 0.0033 sec