当前位置: 技术问答>linux和unix
初学:Linux下可以编译c++原程序吗?——在线等
来源: 互联网 发布时间:2015-08-13
本文导语: 我写的c程序: #include main() { printf("Hello,Linux!n"); } 可以编译,我用:gcc hello.c -o hello,然后运行./hello就可以了 但是我想知道,c++能行吗? 我是这么写的: #include using namespace std; int main() { cout
我写的c程序:
#include
main()
{
printf("Hello,Linux!n");
}
可以编译,我用:gcc hello.c -o hello,然后运行./hello就可以了
但是我想知道,c++能行吗?
我是这么写的:
#include
using namespace std;
int main()
{
cout
#include
main()
{
printf("Hello,Linux!n");
}
可以编译,我用:gcc hello.c -o hello,然后运行./hello就可以了
但是我想知道,c++能行吗?
我是这么写的:
#include
using namespace std;
int main()
{
cout