Tuesday, July 17, 2012

Strange struct.


struct str
{
    int i: 1;
    int j: 2;
    int k: 3;
    int l: 4;
};

what is this? is it a good and portable code?

No comments:

Post a Comment