Non-IDE C++ Compiler (so no Xcode)

Joined
Sep 6, 2009
Messages
6
Reaction score
0
Points
1
Hello,

I am following a course on C++ at my university. The instructor clearly instructed us not to use an IDE, because an IDE tries to keep our hands clean, while he wants to see dirt under our fingernails.

So this rules out Xcode. I've tried googling for another C++ compiler for mac, but all I find are people advising Xcode. What are my options in terms compilers and programmers notepads?

Preferably something using the gnu g++ 4.3.something compiler.

Thanks for your advise.

m0dd3st
 
Joined
Jan 4, 2006
Messages
1,385
Reaction score
146
Points
63
Location
Hamburg, Germany
Your Mac's Specs
MacBook Pro | iMac(2.1 G5) | MacBook(2.16 C2D) | MacMini (1.67 CD) | iPhone 4 | iPad (3rd Gen)
May be you could try Eclipse with cdt plugin.
 

vansmith

Senior Member
Joined
Oct 19, 2008
Messages
19,924
Reaction score
559
Points
113
Location
Queensland
Your Mac's Specs
Mini (2014, 2018, 2020), MBA (2020), iPad Pro (2018), iPhone 13 Pro Max, Watch (S6)
When you install Xcode, all the command line applications you need are installed, including GCC. So, install Xcode and all the tools and just don't use Xcode. Let us know if that works for you.
 
OP
M
Joined
Sep 6, 2009
Messages
6
Reaction score
0
Points
1
That works for me, thanks for your help. I can just call on the compiler using terminal, didn't know it was that easy ;).
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top