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 中 _Bool 和 bool 类型之间的区别?
我只是不明白。对我来说,这似乎很不直观 - 与简单的“布尔”相比:)
如此称呼它的动机是什么?
以一个或两个下划线开头的标识符是为语言和编译器保留的。
我希望他们不想破坏现有的('legacy')代码,这些代码可能使用'bool'作为变量的名称。