本文介绍了建议我在哪里帮助编写除turboo c ++之外的c ++编码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好



我想开始用c ++进行coading

i想做coading netbeam.but问题是我安装了c ++的插件工具选项。

当我创建新项目并运行





没有找到合适的编译器系统。 IDE需要一组合适的编译器和其他构建工具才能正常工作。



如果您的系统上已经有编译器但是找不到它们,请执行一个以下内容:



1)退出IDE,将编译器添加到PATH环境变量中,然后重新启动IDE。



2)打开工具|中的构建工具对话框选项| C / C ++ |构建工具并将您的编译器添加到设置中。



如果您的系统上还没有编译器,请执行:



3)下载并安装一组合适的编译器并重新启动IDE。



访问http://netbeans.org/community/发布/ 69 / cpp-setup-instructions.html以获得有关安装和配置构建环境的进一步帮助。





我的工作是什么?

从哪里下载编译器?

Hello

I want to start coading in c++
i want to do coading netbeam.but problem is i install plugin of c++ from the tool option.
when i create new project and run


No suitable compilers were found on your system. The IDE needs a suitable set of compilers and other build tools in order to work correctly.

If you already have compilers on your system but they were not found, do one of the following:

1) Exit the IDE, add your compilers to your PATH environment variable, and restart the IDE.

2) Open the Build Tool dialog in Tools | Options | C/C++ | Build Tools and add your compiler(s) to the setup.

If you do not already have compilers on your system, do:

3) Download and install a suitable set of compilers and restart the IDE.

Visit http://netbeans.org/community/releases/69/cpp-setup-instructions.html for further assistance in installing and configuring a build environment.


what i do?
from where i download compiler ?

推荐答案



这篇关于建议我在哪里帮助编写除turboo c ++之外的c ++编码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-01 08:18