看板 C_and_CPP 關於我們 聯絡資訊
我可以成這樣嗎? 這樣他都會當... label1: if(xxxxxxxxx) { xxxxxx label2; if(xxxxxxxxx) { xxxxxxx goto label1; } else { xxxxxxxx if(xxxxxx) { xxxxxx goto label1; } else { xxxxx goto label2; } 好像是這裡出現問題 } } 請各位先進指導小弟一下 謝謝~ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 122.117.238.47
whenyouregon:非用goto不可嗎?@@ 04/24 11:44
adrianshum:重寫吧..... 寫什麼鬼 goto 04/24 11:58
adrianshum:goto is not necessary evil, 但你這種肯定是 evil 04/24 11:58
t007123:我只會用GOTO啊= = 請各位先進教我其他種方法 謝謝 04/24 12:06
t007123:我沒寫過幾次程式... 04/24 12:06
littleshan:先看書 學一下 for/while 的用法吧 04/24 12:09
locallocal:GOTO 是教授才能用的 04/24 12:42
yan04870449:樓上不要激動阿~"~ 會問是好事阿!>< 多看點書OK的 04/24 12:56
mryf:是label2後面應該":"的問題嗎? 04/24 18:57
cobrasgo:也真的不用看到goto就鞭唄 04/25 01:24