![]() |
#2
wp2319572014-05-08 10:30
|
#include "stdafx.h"
#include <stdio.h>
#include <iostream>
using namespace std;
int main()
{
FILE *fp;
fp!=NULL;
fp=fopen("1.txt","w");
fgets("123.txt",23,fp);
return 0;
}
这是我写的程序,为什么一运行就弹出警告?