注意你的标点符号有的是在中文输入法下输入的,所以编译不了,还有return和0;中间要分开,你可以复制下迹嫌携面的代码,对照一下:
#include<iostream> //预处理命者败令using namespace std //命名空间
int main()
{
char str[9] //变量
cout << "HELLOW WORLD" //输出
cin >> str //输入
cout << "HELLOW WORLD" //输出
cout <姿伏< str << endl //输出
return 0 //函数返回
}
#include <stdio.h>#include <stdlib.h>
char ch[20]
void save()
{
FILE *fpfp=fopen("配段1.txt","w+")
if(fwrite(ch,sizeof(ch),1,fp)!=1)
printf("Error!")
fclose(fp)
}
void main()
{
scanf("%s",ch)
save()
}
你输旅卖返入Hello world 会在目录下生拆饥成1.txt文件,里面啊你会有这句话。
#include "stdafx.h"
#include "stdio.h"
#include "Windows.h"拿团
int main(int argc, char* 配运argv[])
{
system("消卖橘pause")
printf("hello world!\n")
return 0
}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)