啊哈磊_编程从这里起步

标题: 新手求解,我人生中第一个编程 [打印本页]

作者: 今生你若不离    时间: 2014-3-16 08:46
标题: 新手求解,我人生中第一个编程
#include <stdio.h>
#include <stdlib.h>
int main()
{
        printf("ni hao");
        system("pause");
        return 0;
}
为什么编译失败


作者: 4399APPLE    时间: 2014-3-16 08:46
改为英文         
作者: 4399APPLE    时间: 2014-3-16 10:14
printf的第二个括号是中文的
作者: 西门吹雪    时间: 2014-3-19 23:14
printf的第二个括号是中文的
作者: ahgjg    时间: 2014-3-29 19:40
printf("ni hao");这一句中有中文字符)





欢迎光临 啊哈磊_编程从这里起步 (https://bbs.codeaha.com/) Powered by Discuz! X3.2