Roy T.Burns

飞得最高的鹰靠得不是翅膀,而是信念。

2009年2月22日

操作符优先级 1

摘要: #include int main(int argc, char *argv[]){ unsigned int a=6; int b=-20; cout a?a:b)a?a:b; coutint->unsigned->long->double int lchar,lint,lunsigned,lshort,llong,lfloat,ldouble; lchar=sizeof(char);//1 l... 阅读全文

posted @ 2009-02-22 22:24 Roy Burns 阅读(81) 评论(0) 推荐(0)