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++ 中使用一个或两个补码表示的最可靠方法是什么?
你不必担心——那里没有太多的补充机器:)
但最简单的事情可能是将“-1”与〜0进行比较。