C/C++. How can I add this tools in the most simple way?" />
开发者

How to install NetBeans C/C++ compiler?

开发者 https://www.devze.com 2023-02-12 15:27 出处:网络
What tools do I need instaled in NetBeans to build C++ programs? I don\'t have anything in \"Tool Collections\" in Options>C/C++. How can I add this tools in the most simple way?

What tools do I need instaled in NetBeans to build C++ programs? I don't have anything in "Tool Collections" in Options>C/C++. How can I add this tools in the most simple way? What is the standard tools for开发者_开发百科 C++ programm execution, debug, syntaxis


In Linux you have to install gcc and g++. In windows you can use cygwin. Download and install by choosing appropriate options.

How to install NetBeans C/C++ compiler?

In the search box search for gcc, gdb and make. Mark Install for all three in the "Devel" development tools category.

Then, go to netbeans, Tools -> Options -> C/C++

Click Restore defaults.


Installing and Configuring C/C++ Support

0

精彩评论

暂无评论...
验证码 换一张
取 消