TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Why Not Mix Signed and Unsigned Values in C/C++?
3 点
作者
pietrofmaggi
超过 14 年前
2 条评论
mfukar
超过 14 年前
Collapse
Unsigned integer types are needed for well defined modular arithmetic, and signed integer types are needed for, well, negative values of β.
评论 #1735194 未加载
junkbit
超过 14 年前
I saw the sign and it opened up my mind