怎么把vc程序移植到linux

如题所述

如果你的头文件定义为
#include <iostream.h>
必须改成
#include <iostream>
using namespace std;

然后,用gcc进行编译,也可以用g++,具体编译过程,上网搜一下
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答