1
請幫助我,我怎麼能在delphi做到這一點? 謝謝。從C轉換到Delphi:結構字段對齊
struct x
{
uint32 a : 32;
unsigned int b : 20;
unsigned int c : 4;
};
請幫助我,我怎麼能在delphi做到這一點? 謝謝。從C轉換到Delphi:結構字段對齊
struct x
{
uint32 a : 32;
unsigned int b : 20;
unsigned int c : 4;
};
。 位域不可在Delphi中,看到這個回答這個問題,瞭解如何使用對象
做細節