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
  • 36,467
  • 31
  • 94
  • 149

3 Answers3

3
#define new delete
wheaties
  • 35,646
  • 15
  • 94
  • 131
3
#define True 0
#define False -1
S.Lott
  • 384,516
  • 81
  • 508
  • 779
1
#define BEGIN {
Eli Bendersky
  • 263,248
  • 89
  • 350
  • 412