C プログラミングでちょっと引っかかったのでメモ。
do {
printf("hello\n");
continue;
} while(0);
このコードのとき、無限ループではなく、hello の出力は 1 回のみ。continue はループの末尾にジャンプするようだ。do while ループはあまり使わないから今まで気づかなかった。
1件のコメント
Comments are closed.
Previous Post: NetWalker で smbmount
Next Post: ニコニコ動画で動画プレーヤーが表示されない問題の解決法
Permalink
this is a cool news. Thank you.