01.12.2009, 17:28
Код:
error 017: undefined symbol "NULL"
error 017: undefined symbol "NULL"
#define NULL (0)
Originally Posted by MaVe - leeturl.de
you can do
pawn Код:
|
Originally Posted by dice7
Isn't NULL \0 ?
|
Originally Posted by JoeBullet
C - ((void*)0)
C++ - (0) Why did C defined 0 as void pointer ? Because it was used to empty pointer's address. And by the way, there is not pointers in PAWN because no newbie will be able to learn to use it correct and there it won't be easy(for newbies) to learn. |
Originally Posted by MaVe - leeturl.de
'\0' == 0 == 0x0 == 1-1 == false == NULL
|