Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save derofim/ee08f51d161f52af60f4 to your computer and use it in GitHub Desktop.
const int* ptr_to_const = nullptr; // Указатель на константу
int* const constant_ptr = nullptr; // Константный указатель
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment