Skip to content

Instantly share code, notes, and snippets.

@phimuemue
Created May 11, 2014 13:37
Show Gist options
  • Save phimuemue/891232a68c6b6ea64170 to your computer and use it in GitHub Desktop.
Save phimuemue/891232a68c6b6ea64170 to your computer and use it in GitHub Desktop.
#ifndef C_MOST_USEFUL_EXTENSION_EVER
#define C_MOST_USEFUL_EXTENSION_EVER
class _t{
public:
static int _count;
_t(){};
virtual ~_t(){};
friend const void operator+(const int n, const _t t){_count=n;}
};
int _t::_count=0;
_t ____t;
#define times +____t; for (unsigned int __=_t::_count, _=0; __>=1;
--__,++_)
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment