網頁

2011年1月8日 星期六

Bit Fields


Use a integer to store time
struct TIME {
int second: 6,
minute: 5,
hours:5;
};

沒有留言:

張貼留言