老唐
唐吉诃德猫
全部博文(61)
2011年(2)
2010年(37)
2009年(22)
Klose
Phyllis6
lantian5
attila_c
wale2014
brewerdo
xuy2016
study123
cyg_x
分类: C/C++
2010-06-11 05:15:50
struct element { char * name; int age; int stat:1; }; struct element s[] = { {name: "ice", age: 37, stat : 1}, {"gua", 7, 0} }; printf("%s %d %d, %s %d %d\n", s[0].name, s[0].age, s[0].stat&1, s[1].name, s[1].age, s[1].stat&1);
上一篇:Shell中的循环
下一篇:SSH 三方 通道
登录 注册