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?
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.