- Hands-On System Programming with C++
- Dr. Rian Quinn
- 73字
- 2021-07-02 14:42:38
Questions
- What is the difference between a short int and an int?
- What is the size of an int?
- Is the size of a signed int and an unsigned int different?
- What is the difference between an int32_t and an int?
- Is an int16_t guaranteed to be 16 bits?
- What does #pragma pack do?
- Is it possible to guarantee structure packing in all cases?