Skip to content

Instantly share code, notes, and snippets.

@VitaminaCPP
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VitaminaCPP/94fa6a2fa19032b1834e to your computer and use it in GitHub Desktop.
Save VitaminaCPP/94fa6a2fa19032b1834e to your computer and use it in GitHub Desktop.
// Este objeto es valido a partir de C++11
struct objeto
{
char caracter = '0';
const int entero = 1;
static const long largo = 2l;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment