看板 C_and_CPP 關於我們 聯絡資訊
開發平台(Platform): (Ex: VC++, GCC, Linux, ...) C struct aaa { char a : 1; char b : 2; chat c : 3; } 請問一下這是什麼意思@@? 今天去面試時遇到的~ 但回來後我去GOOGLE查不太到.... -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 42.75.86.131 ※ 編輯: flyingIdea 來自: 42.75.86.131 (12/25 20:50)
ltroot:bit field 12/25 20:57
flyingIdea:謝謝樓上提供關鍵字!! 12/25 21:14
shec1213:這題我好像在石頭考試有看到XD 12/25 23:26
loveme00835:這是編譯不會過的意思 12/25 23:43
purincess:A Microsoft extension to the ANSI C standard allows 12/26 00:34
purincess:char and long types (both signed and unsigned) for 12/26 00:34
purincess:bit fields. XD 12/26 00:34
purincess:(MSDN上) 12/26 00:38
EdisonX:loveme~ 說的指的是 cha't' c:3 12/26 01:01
purincess:orz 12/26 01:47