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.
私は16進数を持っています:
FFFFFCE3
次に、それを10進数に変換しようとしている場合。やった:
printf "%d" "0xFFFFFCE3"
そして出力:
4294966499
しかし、これは QWORD に格納した場合の結果です。それを DWORD に格納する方法を知りたいので、出力は予想される負の数になります。
-797