Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 C 语言代码中,如果我有一堆仅用于逻辑运算的变量,那么将产生最快执行时间的数据类型是什么?
另外,这取决于我使用的是 ARM 还是 Intel 处理器、32 位还是 64 位系统?
如果编译器允许,包含<stdbool.h>、使用bool和信任编译器/RTL 供应商会做正确的事情。否则使用int.
<stdbool.h>
bool
int