0

I need some really ugly C macro (as an example, not to any real project), that does some simple thing (like adding one, for example) really hard and unreadable way.

Anyone has some idea?

Karel Bílek
  • 34,538
  • 28
  • 89
  • 139

3 Answers3

3
#define new delete
wheaties
  • 35,035
  • 13
  • 87
  • 129
3
#define True 0
#define False -1
S.Lott
  • 373,146
  • 78
  • 498
  • 766
1
#define BEGIN {
Eli Bendersky
  • 248,051
  • 86
  • 340
  • 401