Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as C++ by CJey ( 15 years ago )
union TimeCode
{
    struct BinTimeCode{
        unsigned char Byte1;
        unsigned char Byte2;
        unsigned char Byte3;
        unsigned char Byte4;
        unsigned char ByteTail : 4;
    } BinObj;
   double DTime;
};

 

Revise this Paste

Your Name: Code Language: