Chinaunix首页 | 论坛 | 博客
  • 博客访问: 117877
  • 博文数量: 22
  • 博客积分: 145
  • 博客等级: 入伍新兵
  • 技术积分: 127
  • 用 户 组: 普通用户
  • 注册时间: 2012-12-06 15:19
文章分类

全部博文(22)

文章存档

2015年(5)

2014年(2)

2013年(7)

2012年(9)

我的朋友

发布时间:2012-12-30 23:23:44

Table 2.1 summarizes the rules for precedence and associativity of all operators, including those that we have not yet discussed. Operators on the same line have the same precedence; rows are in order of decreasing precedence, so, for example, *, /, and % all have the same precedence,......【阅读全文】

阅读(1123) | 评论(0) | 转发(0)

发布时间:2012-12-18 17:56:01

    /* * Frequently Occurred Mistakes when code in C */ /* May 8, 2008 */Right shift unsigned int, vacated bits will be filled with zero. Unlike signed int, which is filled with sign bits. /* May 7, 2008 */struct student {         ......【阅读全文】

阅读(875) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册