ぼるじょあがC/C++の ..
656:デフォルトの名無しさん
07/12/13 13:33:59
#include <stdio.h>
#include <stdlib.h>
??????? /* FileExist 関数の定義 */
int main(???????){
FILE *fp;
int ch;
if (???????){
printf("There is no FILE NAME. \n");
exit(1);}
if (???????) { /* FileExistを利用 */
fp = ???????
while(???????){
putchar(ch);}
???????
}else {
printf("FILE OPEN error. \n");}
return 0;
}
???????
{
FILE *fp;
if (???????) {
return 0; }
???????
return 1; }
次ページ続きを表示1を表示最新レス表示スレッドの検索類似スレ一覧話題のニュースおまかせリスト▼オプションを表示暇つぶし2ch
4358日前に更新/401 KB
担当:undef