Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
nullptr is a keyword that has different meanings, depending on the standard used:
nullptr in the C++98 standard
nullptr is not supported in C++98.
nullptr in the C++0x standard
nullptr is a keyword to indicate an unitialized pointer.
int main() |
Technical note: the code shown did not compile using the G++ 4.4.5 compiler, which is supplied with the Qt Creator 2.0.0 IDE, but is expected to compile in G++ 4.6 [1].
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.