1楼:
//参考源码如下
#include
#include
#include
int main()
;char destfile[64]=;
char buf[1024]=;
file *src, *dest;
src=dest=null;
printf("input source filename: ");
scanf("%s", srcfile);
printf("input dest filename: ");
scanf("%s", destfile);
if(!(src=fopen(srcfile, "r")))if(!(dest=fopen(destfile, "a+")))while(fread(buf, sizeof(char), 1024, src) !
= 0)
fclose(src);
fclose(dest);
return 0;
}希望采纳下答案哦!
c语言编程题,求助大神
2楼:匿名用户
100不够帮你写的,思路**不懂,追问吧?
3楼:匿名用户
#include
#include
unsigned int calcdayofmonth(unsigned int year, unsigned int month);
bool isleapyear(unsigned int year);
struct time
time operator-(time& t)else
tmp = *this;
if (tmp.day >= t.day)else
if (tmp.month >= t.month)tmp.month -= t.month;
else
tmp.year -= t.year;
time tmp1 = t;
int d=0;
while (!(*this==tmp1))if (tmp1.month > 12)
}printf("累计相差:%d天\n", d);
return tmp;
}bool operator==(time& t)bool operator>(time& t)else
return false;
}else
return false;}};
void show(time t)
bool isleapyear(unsigned int year)unsigned int calcdayofmonth(unsigned int year, unsigned int month)
return 0;//返回0则表示月份输入不正确}int main()
4楼:笔峰巍峨插蓝天
看不清可以发源码求采纳
c语言编程题,求助大神!
5楼:小黑哎啊
#include
#include
#define n 10000
int main()
c语言指针acm编程题,求助大神
6楼:
你可以使用循环链表 然后每一个数到n的猴子就删除 以此循环 当剩下一个猴子的时候停止 然后输出这只猴子就可以了
c语言编程题,求助大神! 100
7楼:刘淘冬
我以30个学生成绩为例,程序如下:
#include
int main()
printf("平均成绩是%f\n",a);
printf("分数在60以下的人数%d\n",m);
printf("分数在60~69的人数%d\n",n);
printf("分数在70~79的人数%d\n",p);
printf("分数在80~89的人数%d\n",q);
printf("分数在90以上的人数%d\n",r);
return 0;}
C语言编程题,求大神解答,C语言编程题,求助大神
1楼 匿名用户 include int main fclose fp return 0 2楼 匿名用户 include stdio h include string h int main while 1 fclose fp c语言编程题,求助大神 3楼 云南新华电脑学校 int fun int x ...
c语言编程求助,编写程序,求10! 用C语言
1楼 匿名用户 首先num 0 0你没有排除 其次后边你直接排序是排不出结果的,因为里面有很多重复值。我给你重写了程序。 include int num 9999 void main int count i for i 0 inum j 1 s printf 所构成的邮资是 for i 0 i pr...
恩一道c预言编程题,求大神指教,恩 一道c语言编程题,求大神指教
1楼 scanf的格式字符串 应该使用 lf d lf的形式,中间不要加逗号,读入数据时以空格或回车作为分隔。格式字符串中添加逗号是不好的习惯,除非特殊格式需要否则不要使用逗号。 lf表示以double型读入一个数据,而你对应存放数据的变量是float型,类型不匹配。将其改为double型或将 lf...