“短”的 C 数字常量后缀

发布于 2024-12-15 21:12:28 字数 451 浏览 1 评论 0原文

可能的重复:
如何用 C++ 编写短文字?

C 中是否有 short int 数值常量的后缀? 有 uldf 表示无符号、长整型、双精度和浮点型,但我可以找不到任何

我做了一些非常低杠杆的位干预,我需要大小为 2 个字节的数值常量。我工作的系统保证 short int 是 2 个字节,所以这不是问题。它是嵌入式的,所以请不要为有关可移植性的建议而烦恼。

Possible Duplicate:
How do I write a short literal in C++?

Is there a suffix for short int numerical constants in C?
There are u, l, d, and f for unsigned, long, double and float, but I could not find any for short.

I do some very low lever bit meddling and I need numerical constants with the size of 2 bytes. The system I work on guarantees that short ints are 2 bytes, so that is not a problem. It's embedded, so please don't bother with suggestions about portability.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风追烟花雨 2024-12-22 21:12:28

检查C标准,shorts不存在这样的前缀。

Checking the C standard, no such prefix exist for shorts.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文