开发如何解决错误193:%1不是Dev C 中的Win32应用程序



甚至无法编译Hello World Programe

 #include <iostream>
    using namespace std;
     int main(){
    cout <<"hello world";
    system("pause");
    return 0;
    }

dev 清楚地将16位体系结构编译为不弃用和不支持,因为恰好是Windows Vista。因此,您显然必须使用其他编译器。

相关内容

最新更新