c/c++
tangbongbong
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
The Beginner's Guide to Using Enum Flags
The Beginners Guide to Using Enum Flags原文 IntroductionOnce I was roaming the Visual C++ forum (again), I had to face the fact that bitwise operations, and binary in general, are rarely转载 2011-06-11 15:53:00 · 398 阅读 · 0 评论 -
位运算及其应运
Low Level Operators and Bit Fields原文链接 We have seen how pointers give us control over low level memory operations.Many programs (e.g. systems type applications) must actually operate at a l转载 2011-06-11 15:32:00 · 508 阅读 · 0 评论
分享