Tell me more ×
Raspberry Pi Stack Exchange is a question and answer site for users and developers of hardware and software for Raspberry Pi. It's 100% free, no registration required.

Can I build C++ on Debian? Does there exist an IDE for Debian on the Raspberry Pi, in which I can develop C++? I would like to program, build and run C++ software from a single interface.

share|improve this question
2  
What do you mean "the" C++ program? – Alex Chamberlain Jul 20 '12 at 7:56
It cannot be determined what you are asking in this question. What C++ program? What are you expecting? What is your outcome? Please review your question and add more details. For now it will be closed. – Jivings Jul 20 '12 at 9:09
Reopened. Good job making this a valuable contribution to the site. – Jivings Jul 22 '12 at 18:35

1 Answer

up vote 4 down vote accepted

Of course, use g++.

As for an IDE, I use vim and Unix is an IDE.

share|improve this answer
I prefer emacs. But which one is better? There's only one way to find out! Fiiigggghhhhttttt! – Skizz Sep 13 '12 at 10:06

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.