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 型の違いは?
私はそれを理解していません。私にとっては、単純な「bool」と比較して、非常に直感的ではないようです:)
そのように呼ぶ動機は何でしたか?
1 つまたは 2 つのアンダースコアで始まる識別子は、言語とコンパイラ用に予約されています。
変数の名前として「bool」を使用している可能性のある既存の (「レガシー」) コードを壊したくないのではないかと思います。