PDA

View Full Version : I need help with Netbeans C/C++ pack


Tsega
August 2nd, 2007, 04:48 AM
Hello people! I need help with finding my C++ complier from Netbeans using the C/C++ pack of course. It seems that my Ubuntu has only the C complier and none for C++. I'm new to this and it would be really helpful if someone could clarify this for me. Thanks.

christhemonkey
August 2nd, 2007, 05:01 AM
g++ is the default C++ compiler.
sudo apt-get install g++

No idea how to get netbeans to find it though.

Tsega
August 2nd, 2007, 06:20 AM
Thanks. I'll post back when I'm done.