cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Differences
Differences
Nov 6, 2013 at 8:35pm UTC
BlueSheep
(2)
Hello everyone, what are the differences between 0 and NULL?
Last edited on
Nov 6, 2013 at 8:40pm UTC
Nov 6, 2013 at 8:50pm UTC
Danny Toledo
(469)
You could easily find an answer to this question with a little help from Google:
http://stackoverflow.com/questions/1296843/what-is-the-difference-between-null-0-and-0
http://stackoverflow.com/questions/176989/do-you-use-null-or-0-zero-for-pointers-in-c/1234382
http://www.stroustrup.com/bs_faq2.html#null
Nov 6, 2013 at 8:59pm UTC
BlueSheep
(2)
Thanks!
Topic archived. No new replies allowed.