C++ compiler for Code Blocks?

Sugoi48

Registered
I'm a new C++ programmer and I'm used to Code Blocks IDE. For some reason, the C++ compiler in Code Blocks Mac OS did not work, failing to identify clearly flawed lines. What compiler, other than XCode, would you recommend?
 
I'm a new C++ programmer and I'm used to Code Blocks IDE. For some reason, the C++ compiler in Code Blocks Mac OS did not work, failing to identify clearly flawed lines. What compiler, other than XCode, would you recommend?
Code::Blocks and Xcode are both based on gcc. However, the former is a cross-platform IDE that has not been updated in two years whereas the latter is intended for Apple products and was updated earlier this month.

My suggestion: Learn Xcode. If you want to do cross-platform development, then use the Qt frameworks or some other cross-platform frameworks.
 
Back
Top