-

差分

移動先: 案内検索

Functions HI-TECH C GETCHAR

562 バイト追加, 2017年12月20日 (水) 11:52
ページの作成:「<strong>GETCHAR</strong> ==概要== #include <stdio.h> int getchar(void) ==詳細== <strong>Getchar</strong>()は<strong>getc(stdin)</strong>の操作です。...」
<strong>GETCHAR</strong>
==概要==

#include <stdio.h>

int getchar(void)


==詳細==

<strong>Getchar</strong>()は<strong>getc(stdin)</strong>の操作です。これはstdio.hの中で定義されています。getchar()の普通の環境下では、キャリッジリターンがコンソールでタイプされなければ「返されない」ことに注意してください。コンソールから一文字をすぐ取り出すためには<strong>getch</strong>()ルーチンを使用してください。

==参照==

getc, fgetc, freopen, fclose

案内メニュー