I am now starting to get back to C++ coding (just for fun), and would like an opinion on good IDEs for Mac.
I am currently using Xcode
which seems kinda cool because it has everything built into it.
Do any of you have any other IDEs that you would suggest that O give a shot or should I just stick to Xcode?
Visual Studio Code is open-source code editor developed by Microsoft. It is one of the best C IDE for Mac which provides smart code completion based on variable types, essential modules, and function definitions.
Eclipse. It is one of the most popular, powerful and useful IDEs used by developers for C/C++ programming. It is open-source software which is simple and easy to use.
Xcode is the built-in IDE for macOS. Though it's not installed by default, you can download it for free from Apple through the Terminal or from Apple's website.
C is a compiled language which means code needs to be compiled first to run it. Various compilers are available in Mac to compile C code. Mac C compilers compile C code into an executable. This executable can be run directly to run the C code.
Eclipse and NetBeans are both capable of working with C++ and they will run on OSX (as well as other platforms). They're both free, and have large communities behind them. They can both do much more than C++ via plugin frameworks, if you want.
Personally, I'd stick with Xcode - for C++ on OSX.
You have a few options:
I have experience with all three of them. I personally love the editing feeling of MacVim most, by far. On the other hand, it's hard to compare with Xcode's debugging features. Xcode is also your only option if you develop for some specific Apple platforms and frameworks — the iPhone for example. And then, Qt Creator is an IDE with all the intellisense and debugging you expect from an IDE, yet it's simple, light and fast. Beyond that (and given the just-over 0.5GB cost) Qt also gives you that write-once-compile-"everywhere" feature, which is very nice.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With