您的位置:首页 > 其它

2008 March 7th Friday (三月 七日 金曜日)

2008-06-02 11:54 393 查看
  Today I was told that I must be charged into some freshmen and teach them how to develop projects of yamatake.  Although
there are many persons most of them have not experiences about yamatake projects.

  Okey!  This is a change to lead and manage developing a project.

#pragma pack(
)

  Specifies packing alignment for structure and union members. Whereas the packing alignment of structures and unions is set
for an entire translation unit by the /Zp option, the packing alignment is set at the data-declaration level by the pack pragma.
The pragma takes effect at the first structure or union declaration after the pragma is seen; the pragma has no effect on definitions.

  When you use #pragma pack(n), where n is 1, 2, 4, 8, or 16, each structure member after the first is stored on the smaller
member type or n-byte boundaries. If you use #pragma pack without an argument, structure members are packed to the value specified
by /Zp. The default /Zp packing size is /Zp8.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息