ubuntu下 codeblocks编译器怎么设置

编译打包和其他
回复
luckyyang
帖子: 3
注册时间: 2009-05-01 9:14

ubuntu下 codeblocks编译器怎么设置

#1

帖子 luckyyang » 2009-05-01 9:38

ubuntu下 codeblocks编译器怎么设置?我编译了C++文件,结果显示"testlinux - Release" uses an invalid compiler. Skipping...
Nothing to be done.那位指导一下在下

代码: 全选

#include <iostream>

using namespace std;

int main()
{
    cout << "Hello world!" << endl;
    return 0;
}
回复