Skip to content

Instantly share code, notes, and snippets.

@derofim
Created August 14, 2015 07:25
Show Gist options
  • Select an option

  • Save derofim/f3e59024078c66173acd to your computer and use it in GitHub Desktop.

Select an option

Save derofim/f3e59024078c66173acd to your computer and use it in GitHub Desktop.
int* q = nullptr; // Ok, C++11
int* p = 0; // Ok
int* r = NULL; // Ok, NULL == 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment