gpt4 book ai didi

c++ - 无法在 Eclipse 中构建项目

转载 作者:塔克拉玛干 更新时间:2023-11-03 06:49:57 26 4
gpt4 key购买 nike

我正在使用 MinGW 在 Eclipse C++ OpenGL 中编程。

在我这样做之前,我的项目运行良好:-

Right-click on the the project and select "Properties"
Navigate to C/C++ Build -> Settings
Select the Tool Settings tab.
Navigate to GCC C++ Compiler -> Miscellaneous
In the option setting labeled Other Flags add -std=c++11

我这样做是因为我必须在我的代码中使用 vector 数组。

问题是现在我无法构建我的项目。当我点击构建时,它构建 100%,没有显示任何错误,但没有生成 .exe 文件。

编辑:=解决方案。

在将 -std=c++11 附加到命令行时放置一个空格。

最佳答案

在将 -std=c++11 附加到命令行时放置一个空格。

和改变

 cone1 {1.0f , 2.0f};

cone1 = {1.0f, 2.0f}; //problem fixed after doing this.

注意:- 我这样声明我的 vector

vector<GLfloat> cone1{1.0f, 3.0};

关于c++ - 无法在 Eclipse 中构建项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17516305/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com