分页: 1 / 1

ubuntu下 codeblocks编译器怎么设置

发表于 : 2009-05-01 9:38
luckyyang
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;
}