討論串[問題] Variable decl followed by colon in struct
共 3 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓1(1推 0噓 1→)留言2則,0人參與, 最新作者cutekid (KID)時間13年前 (2012/12/26 17:51), 編輯資訊
0
0
0
內容預覽:
看你的描述,你的 bcb5 採用的方法應該是不硬接的方式!. #pragma pack(push,1). struct SBitField {. unsigned char Seconds:5;. unsigned char Minutes:6;. unsigned char Hours :5;.
(還有670個字)

推噓1(1推 0噓 3→)留言4則,0人參與, 最新作者illjay0404 (尋找值得愛的人~*)時間13年前 (2012/12/26 10:53), 編輯資訊
0
0
0
內容預覽:
借標題詢問.... 最近剛好也有碰到類似的問題 ,看完各位大大解釋後. 又順便再google一下 ,發現衍伸性的問題. 我使用平台是bcb5. #pragma pack(push,1). struct SBitField {. unsigned char Seconds:5;. unsigned c
(還有883個字)

推噓0(0推 0噓 10→)留言10則,0人參與, 最新作者flyingIdea (飛翔的想法)時間13年前 (2012/12/25 20:47), 編輯資訊
0
0
0
內容預覽:
開發平台(Platform): (Ex: VC++, GCC, Linux, ...). C. struct aaa. {. char a : 1;. char b : 2;. chat c : 3;. }. 請問一下這是什麼意思@@?. 今天去面試時遇到的~. 但回來後我去GOOGLE查不太到..
首頁
上一頁
1
下一頁
尾頁