(" \\_/ \\__/ \\__/ \\__/ \\__/ \\_/ \\_/ \\_/ \\_/ \\_/"); // マジックナンバー6は微調整用 while(COLS + maxLen + 6 - slScrInCol != 0) { strncpy(str[0], " ( ) (@@) ( ) (@) () @@ O @ O @ O", slScrInCol); strncpy(str[1], " (@@@)...
Register as a new user and use Qiita more conveniently You get articles that match your needs You can efficiently read back useful information You can use dark theme What you can do with signing up Sign upLogin Comments No comments Let's comment your feelings that are more than good ...
私の場合while文内でscanf()を使っていたのですが一度整数以外を入力するとそのプログラムを終えるまで何も入力できなくなっていました。 実際に修正していこう 今回座標を入力するための関数inputをfileio.cファイル内で定義し、その関数をmain関数内で呼び出す形で作っていきます。まずは...