文件名称:Read-and-export-files
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [WORD]
- 上传时间:
- 2012-11-26
- 文件大小:
- 78kb
- 下载次数:
- 0次
- 提 供 者:
- 汤
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
使用系统调用,用C或C++写一个程序,实现如下功能:从一个文件中读出数据,写入另一个文件中。
要求:
具有良好的交互性
使用者可输入源文件和目的文件的路径和文件名。
具有完善的错误处理机制
针对可能出现的各种错误,要有相应的错误提示输出,并作相应处理。
在Linux操作系统上调试并运行
-Use of system calls, using a program written in C or C, to achieve the following functions: read data from a file, write to another file.
Requirements:
Has a good interactive
Users can enter the source file and destination file path and file name.
Has improved error handling mechanism
For all sorts of possible error, there must be a corresponding error output, and be treated accordingly.
Debugging the Linux operating system and run
要求:
具有良好的交互性
使用者可输入源文件和目的文件的路径和文件名。
具有完善的错误处理机制
针对可能出现的各种错误,要有相应的错误提示输出,并作相应处理。
在Linux操作系统上调试并运行
-Use of system calls, using a program written in C or C, to achieve the following functions: read data from a file, write to another file.
Requirements:
Has a good interactive
Users can enter the source file and destination file path and file name.
Has improved error handling mechanism
For all sorts of possible error, there must be a corresponding error output, and be treated accordingly.
Debugging the Linux operating system and run
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Read and export files.doc