Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C#

Rob B
Rob B
11,677 Points

Ubuntu: What is a good IDE for C++ and C#?

That subject says it all.

I have heard that Eclipse and NetBeans are good for programming in C++, and possibly C#, along with Java.

Any thoughts, comments, or alternative IDE suggestions?

2 Answers

Aaron Arkie
Aaron Arkie
5,345 Points

In my computer science class my professor made us use a text editor such as jmacs, emacs, or vim and then compile the program in the command line. This requirement definitely helped me out in the long run because it forced me to think like the compiler and what is happening in memory since we did not have a debugging tool. I don't know how proficient you are in your programming skill but this is something to consider :). Visual Studio is pretty good though!