G+_610GARAGE Posted February 29, 2016 Share Posted February 29, 2016 I'm fed up with netbeans and was wondering if anybody had a favorite c/c++ IDE that wasn't netbeans or eclipse. I'm looking for an IDE that can run on windows. I could deal with linux though. I would also like remote compiling. Any suggestions? Link to comment Share on other sites More sharing options...
G+_Jason Perry Posted March 1, 2016 Share Posted March 1, 2016 ¿¿¿ Visual Studios ??? Link to comment Share on other sites More sharing options...
G+_610GARAGE Posted March 1, 2016 Author Share Posted March 1, 2016 By george, I hope not. :) But I'm trying it anyway. Link to comment Share on other sites More sharing options...
G+_Walter L. McCormick Posted March 1, 2016 Share Posted March 1, 2016 I've used code blocks in the past. I don't know if it has remote compiling though Link to comment Share on other sites More sharing options...
G+_610GARAGE Posted March 1, 2016 Author Share Posted March 1, 2016 Walter L. McCormick Thanks. It looks like it might. I'll look into as soon as Visual studio finishes installing. Link to comment Share on other sites More sharing options...
G+_Walter L. McCormick Posted March 1, 2016 Share Posted March 1, 2016 I've only used Code::Blocks for my C++ course at the university, so I do not have a lot of experience with it. However, it did run very nice when I did use it. Link to comment Share on other sites More sharing options...
G+_Derek Anderson Posted March 1, 2016 Share Posted March 1, 2016 Visual Studio from M$, pretty good Or if you want something very simple notepad++ Link to comment Share on other sites More sharing options...
G+_Steve Martin Posted March 1, 2016 Share Posted March 1, 2016 Just "Visual Studio Code" the code editor. Not the full fledged IDE. It runs on Mac/Linux and of course Windows. If you are interested in helpful hints when you do code editing, it may not be as useful as a full IDE, but it is very good at pure code editing in a large host of languages: C/C++/C#,Java,Perl,PHP,Ruby,Python, you name it. It's lightweight, so very fast. Works with Git and as I said before, is ported to many different OS's. Link to comment Share on other sites More sharing options...
G+_Bryan Burnett Posted March 2, 2016 Share Posted March 2, 2016 +1 Visual Studio Link to comment Share on other sites More sharing options...
G+_610GARAGE Posted March 2, 2016 Author Share Posted March 2, 2016 Thanks for everyones suggestions. I'm still looking into but code blocks looks the most promising. Visual studio doesn't look like it is capable without paying for a 3rd [party plugin. Visual studio code looks like you have to jump through a few hoopes for remote development. Link to comment Share on other sites More sharing options...
Recommended Posts