wangyang 发表于 2015-6-9 22:28:03

c-free编译问题

为什么我的c-free编译器老是显示 g++.exe: cannot specify -o with -c or -S and multiple compilations
苦恼,程序没问题

#include <iostream>


int main(void)
{
        int a = 0;
        std::cout << a << std::endl;
        return 0;
}
页: [1]
查看完整版本: c-free编译问题