- Nov 6, 2004
- 324
- 0
- 0
Are these methods synonymous when declaring null pointers in C++?
e.g. int * p = NULL and int *p = 0
I thought they were, but wanted to confirm. Thanks in advance.
e.g. int * p = NULL and int *p = 0
I thought they were, but wanted to confirm. Thanks in advance.