摘要:
下列三个函数打开一个标准I/O流。#include FILE *fopen( const char *restrict pathname, const char *restrict type );FILE *freopen( const char *restrict pathname, const char *restrict type, FILE *restrict fp );FILE *fdopen( int filedes, const char *type );三个函数的返回值:若成功则返回文件指针,若出错则返回NULL这三个函数的区别是:(1)fopen打开一个指定的文件。(2)fr 阅读全文
posted @ 2014-01-05 08:21
ITtecman
阅读(1125)
评论(3)
推荐(0)

浙公网安备 33010602011771号