Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Official C Challenge ①

Name: Anonymous 2010-07-18 12:23

Task:  Come up with an extension to the C programming language.  Provide a clear description of the extension, and a code sample that clearly shows what the extension is intended to do.

Prize:  (Winning criteria are not specified.)  The winner will have his extension featured in the C11 language standard.

My entry:  ... Sorry, I think C is perfect in every way already.

Name: Anonymous 2010-07-18 16:12

Here's a crazy idea I had, but it doesn't need any extensions:

union {
    void* pointer;
    struct {
        unsigned int address : 48;
        unsigned int extra   : 16;
    } details;
};


Hope I got the values in the right order ...

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List