在Linux上编译C ++代码

时间:2018-03-08 08:16:18

标签: c++ compiler-errors ubuntu-16.04

我必须使用以下代码:cSpade code download用于Windows,但代码是用Ubuntu的库编写的。我不熟悉这个操作系统。然后我切换到Ubuntu并在存档中运行makefile,但它给了我一个错误,因为它找不到库(dividend + divisor - 1) / divisor 。我后来how to install C++ on Ubuntu找到iostream,但即便如此,也会出现同样的错误。
我需要做些什么才能解决这个问题并编译代码?
如果它有用,我在这里添加makefile的代码:

sudo apt-get install build-essential

1 个答案:

答案 0 :(得分:-2)

单次编译所有.c ++文件。使用此选项," g ++ -std = c ++ 0x * .cpp "。确保所有.cpp文件在单个文件夹中。然后只在终端上使用此命令。