C++读取文件

[复制链接]
查看11 | 回复2 | 2013-6-17 13:43:41 | 显示全部楼层 |阅读模式
c++中有文件操作的类fstream,有两个专门进行读取和写入操作的ifstream和ofstream, 举个例子:text.txt中有如下内容:Hello123Btest.cpp中:#include #include using namespace std;int main() {ifstream ifin("f:\\test.txt");if(ifin == NULL) {
return 0;}int a;char b;char c[20...
回复

使用道具 举报

千问 | 2013-6-17 13:43:41 | 显示全部楼层
我可以用C读吗?#include main(){char vexs[6] ={0};int i,n;int arr[10][3]={0};FILE *fp =fopen(...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行