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/23469468947f02936790 to your computer and use it in GitHub Desktop.
Save VitaminaCPP/23469468947f02936790 to your computer and use it in GitHub Desktop.
// Este objeto es valido antes y despues de C++11
struct objeto
{
static const char caracter = '0';
static 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