In article <[email protected]>, Chris Angelico <[email protected]> wrote:
> On Sat, Apr 20, 2013 at 1:31 AM, Roy Smith <[email protected]> wrote: > > #define private public > > #define protected public > > #include <whatever.h> > > And: > #define class struct I suppose, while we're at it: # define const "" (I think that works, not sure). PS: a great C++ interview question is, "What's the difference between a class and a struct?" Amazing how few self-professed C++ experts have no clue. -- http://mail.python.org/mailman/listinfo/python-list
