vote up 3 vote down star
2

Having just answered a question on what the #pragma direction does in C, and had some fun with it, I was thinking of what other useful directives we could add to the language to keep pace with the stresses faced by todays developer. My first one was

#dogma, basically there to counteract all the pragmatic stuff creeping into modern C and get back to basics.

#karma, to override (run over) the #dogma, thanks to Steven A.Lowe for that one

What would you give add to the C standard to give it a modern make over?

flag
You should change your question title to "new #pragma for C" (or something like that) instead of "Changes to the C standard for a modern world" which smells of (accidental) flaming bait, which could explain the negative mod (-2) of your question – paercebal Oct 24 '08 at 8:38
I voted up, I liked the humor of having a #karma directive :) – Remo.D Oct 24 '08 at 8:48
@paercebal, no flaming intended, just a bit of light humour for the SO community. Since my comedic skills appear to be going down like a lead balloon, I'll probably delete the whole thing if there are no further responses by the end of the day. – smacl Oct 24 '08 at 9:23

7 Answers

vote up 5 vote down check

How about this:


#please_compile

link|flag
vote up 0 vote down

#pragma used to run nethack, I think it is the best implementation there ever was.

so I vote:

#nethack
link|flag
vote up 4 vote down
#mahatma - brings peace and love to all
link|flag
vote up 2 vote down

#pragma bugs(0)

link|flag
vote up 0 vote down

#guantanamo, for all those lines of code that really should not be out there. (I'm so going to hell for that)

link|flag
vote up 1 vote down
#pizza

So that after a successful build, a pizza party shows up in your office.

link|flag
vote up 1 vote down
#DWIM

a.k.a. Do What I Mean

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.