Dev+C+++5中文版怎么用啊~~我输入一个源程序运行不了~前辈请帮帮忙!

来源:百度知道 编辑:UC知道 时间:2024/06/17 07:23:23
main()
{
printf(“welcome to study C program!”)
}

这个程序编译不了啊!
编译后显示的是 C:\Users\李\Desktop\cc.cpp In function `int main()':
3 C:\Users\李\Desktop\cc.cpp `printf' undeclared (first use this function)
(Each undeclared identifier is reported only once for each function it appears in.)

#include <iostream>
using namespace std;

int main()
{
printf("welcome to study C program!") ;
system("pause");
}

下个多国语言包,安装的时候选中文简体,还有你的程序头文件没有