banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Forum Index Thảo luận hệ điều hành Windows Dùng file để nhập xuất từ file thay cho việc nhập bằng bàn phím  XML
  [Programming]   Dùng file để nhập xuất từ file thay cho việc nhập bằng bàn phím 25/05/2009 06:41:02 (+0700) | #1 | 181670
khanh120
Member

[Minus]    0    [Plus]
Joined: 06/03/2009 10:59:50
Messages: 7
Offline
[Profile] [PM]
tiều đề đầy đủ là
Dùng file để nhập xuất từ file thay cho việc nhập bằng bàn phím và xuất ra màn hình
Nhưng không hiễu sao phần đọc file lại bị lỗi smilie
Code:
#include<stdio.h>
int ghiFile(char *FlieName,int m)
{
	FILE *f=fopen(FlieName,"wt");
	if(f==NULL) return 0;
	int tongUS=0;
	for(int j=6;j<m;j++)
	{
		for(int i=1;i<j;i++)
			if(j%i==0)
				tongUS+=i;
		if(j==tongUS)
		{
			fprintf(f,"%d  ",j);
		}
		tongUS=0;
	}
	fclose(f);
	return 1;
}
int docFile(char *FlieName,int &m)
{
	FILE *f=fopen(FlieName,"r");
	if(f==NULL)
	return 0;
	fscanf(f,"%d",&m);
	fclose(f);
	return 1;
}
void main()
{
	int m;
	int kq=docFile("D:/data.in",m);
	if(kq==0)
		printf("\n loi doc file");
	else
		printf("\n doc flie thanh cong");
	printf("\n");
	kq=ghiFile("D:/data.out",m);
	if(kq==0)
		printf("\n loi ghi file");
	else
		printf("\n ghi flie thanh cong");
	printf("\n");
}
[Up] [Print Copy]
[digg] [delicious] [google] [yahoo] [technorati] [reddit] [stumbleupon]
Go to: 
 Users currently in here 
1 Anonymous

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|