Bit Fields에 대해서 궁금한 게 좀 있었는데 문서에 정확한 설명이 나와있네요.. 아래의 force alignment 부분은 좀 유의해야겠습니다. unsigned : 0; // Force alignment to next boundary. http://msdn.microsoft.com/en-us/library/ms858673.aspx C/C++ Language Reference C++ Bit Fields Classes and structures can contain members that occupy less storage than an integral type. These members are specified as bit fields. The syntax for bit-field member-de..