......
全部博文(52)
发布时间:2013-09-28 16:58:29
作者:gfree.wind@gmail.com博客:linuxfocus.blog.chinaunix.net #include <stdio.h>#include <stdlib.h>#include <string.h>typedef struct padding_type { short m1; .........【阅读全文】
发布时间:2013-09-28 16:55:33
作者:gfree.wind@gmail.com博客:linuxfocus.blog.chinaunix.net (下面所有的测试为Linux平台,gcc编译器)#include <stdio.h>#include <stdlib.h>int main (){ int a = 0x.........【阅读全文】
发布时间:2013-09-28 16:49:43
作者:gfree.wind@gmail.com博客:linuxfocus.blog.chinaunix.net今天读到C99关于整数提升的规则,发现自己一直自诩已经很熟悉C语言了,居然在整数提升这个概念,也有误解。请看下面的代码:#include <stdlib.h>#include <stdio.h>#.........【阅读全文】