c++ 初次写程序 hello world 总是显示错误 应该是按照书上一一输入的 代码如下

c++ 初次写程序 hello world 总是显示错误 应该是按照书上一一输入的 代码如下,第1张

注意你的标点符号有的是在中文输入法下输入的,所以编译不了,还有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

}


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/12568609.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-26
下一篇 2023-05-26

发表评论

登录后才能评论

评论列表(0条)

保存