会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
codingbigdog
首页
新随笔
联系
管理
订阅
2022年8月8日
bits << 8 会将bits提升为int
摘要: #include <iostream> #include <bitset> using namespace std; int main() { unsigned char bits = 0xff; auto bits2 = bits << 8; if (typeid(bits2) == typeid
阅读全文
posted @ 2022-08-08 19:04 好人~
阅读(75)
评论(0)
推荐(0)
公告