??Linux???????
???????????? ???????[ 2015/8/10 13:44:05 ] ??????????????
???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????效????????????????????????????????????????????????????
????????????????????????????Linux??????????????????????锟�?
????1??????
????Linux???????????????????tab????????????????????????????????????????????眉???????????????????Linux???????????????????????????????????????????????????????貌??????????????????????????????switch...case...????校?switch??case???????????????
??????Windows?????????????4??????????????????????????????????????????????????????伞?
????2??????
????Linux???????
????(1)??????????????????????????????????????校?
????int func()
????{
????/* .... */
????}
????(2)???????????械??????????????????????????妫�??????????????校???????????????校???????械??????????
????if (x){
????/* .... */
????}
??????????????????????????????????????????????????校?
????if (x){
????/* ... */
????}else{
????/* ... */
????}
????????
????do {
????/* ... */
????}while(x);
???????????????????????????????
????if (x)
????do_something();
????else
????do_otherthing();
????????????????????????????????????????????????????校????????????锟�??????????
????if (condition){
????do_this();
????do_that();
????}else{
????do_something();
????}
????3?????
????(1)??????“if??switch??case??for??do??while”????????????
????if (condition)
????(2)??????“sizeof??typedef??alignof??__attribute__”??????????
????sizeof(int);
????(3)????????????????????????;
????(4)??????????????????????????????“= + - < > * / % | & ^ <= >= == != ? :”;
????(5)??????????娌�????“& * + - ~ ?? sizeof typedef alignof __attribute__”;
????(6)????????????????????????????????????????????“++ --”;
????(7)???????????????????????“. ->”;
????4???????娣�
????Linux???????胁????????????小写??????????????t????????????????????????????????????????????????????????????
??????

???路???
??????????????????
2023/3/23 14:23:39???写?貌??????????
2023/3/22 16:17:39????????????????????些??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???路???????路
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11