标签: c++ dev-c++
甚至无法编译hello world programe
#include <iostream> using namespace std; int main(){ cout <<"hello world"; system("pause"); return 0; }
答案 0 :(得分:1)
Dev ++显然可以编译为16位体系结构,因为完全是Windows Vista所以它们已被弃用且不受支持。所以你显然必须使用不同的编译器。