RAD Studio
ContentsIndex
PreviousUpNext
nullptr

Category 

Reserved Words 

Syntax  

nullptr

Description 

Reserved for future use. nullptr is a literal that can be assigned to any pointer to indicate the pointer doesn't point to anything.

Warning: C++Builder does not implement nullptr
but does treat it as a keyword when the -Ax compiler flag is set. Do not use nullptr as an identifier.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!