c++ software

Asked by Samarth Kumar

I want to know that is there a package available to install c++ in ubuntu? i am a c++ programmer and i have completely migrated from windows to linux as i was very nhappy with windows' performance. If there is any c++ ide software available for ubuntu please tell me. i want to help ubuntu in developing it's next version. can you please tell me how can i send my suggestions?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu build-essential Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

sudo apt-get install build-essential

You now have an ANSI standard c++ compiler you can use in CLI:

g++ helloworld.cpp

for example. The default binary is a.out

you can also use anjuta if you prefer a gui environment to code.

Revision history for this message
Mika Wahlroos (mpw) said :
#2

As actionparsnip already mentioned, Anjuta is an IDE for C and C++. Eclipse and NetBeans support C++ through plugins. I'm not familiar with how good support these IDEs offer specifically for C++, so if you want to explore more, you could try searching for "c++" or "ide" in the Software Center and experimenting to see what suits your needs best.

For getting involved with Ubuntu development, take a look at http://www.ubuntu.com/community/get-involved

Can you help with this problem?

Provide an answer of your own, or ask Samarth Kumar for more information if necessary.

To post a message you must log in.