Skip to content

Instantly share code, notes, and snippets.

@Paxxi
Created March 10, 2015 15:17
Show Gist options
  • Save Paxxi/ab8e36d047c95bed233b to your computer and use it in GitHub Desktop.
Save Paxxi/ab8e36d047c95bed233b to your computer and use it in GitHub Desktop.
c++ initializer
class
{
private:
int a{10};
string b{"nice"};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment