Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C++
Logical Value Of A Pointer
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="James Kanze, post: 3788513"] How's that? It's stating that we're comparing it with a null pointer. And not, for example, comparing it with a pointer to one past the end. We're testing whether a pointer has a specific value: the != tells us that we consider the results true if it *doesn't* have this value, and the NULL tells us that the value in question is a null pointer. Both are very pertinent information. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C++
Logical Value Of A Pointer
Top