![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
|
C++ on Mac
Hey all. First off I would like to say i'm a complete newbie to this forum, so please forgive me if this topic is already posted.
I was wondering what the best C++ compiler would be for OS X 10.3.9. I ask because I know xcode has the option of creating a C++ file, but Xcode is a really "heavy" app, consuming much ram and processor. I'm looking for something relatively simple and lightweight. Any ideas? |
|
|
|
|
|
#2 |
|
Expert Programmer
|
Xcode is (at this time) the only viable C++ IDE on the Mac. You can download Xcode for free with a free Apple Developer Connection account.
Intel will be introducing a Mac version of its commercial developer tools in the near future (which will not be free and will only be compatible with Intel-powered macs). If you're looking for something lightweight, you can use the Terminal (/Applications/Utilities/Terminal) to compile code with *nix commands such as "gcc filename" or "g++ filename". |
|
|
|
|
|
#3 | |
|
Hobbyist Programmer
|
Quote:
|
|
|
|
|
|
|
#4 |
|
Expert Programmer
|
Yes, since the first version of Mac OS X.
|
|
|
|
|
|
#5 |
|
Professional Programmer
|
It's actually only available if you've installed the developer tools, just for future referehnce.
|
|
|
|
|
|
#6 |
|
Expert Programmer
|
Are you sure? I thought it came with the OS. Hmm...
|
|
|
|
|
|
#7 | |
|
Programmer
Join Date: Jan 2006
Location: UK
Posts: 55
Rep Power: 3
![]() |
Quote:
|
|
|
|
|
|
|
#8 |
|
Newbie
|
And how would I go about setting it up in the terminal? I assume there's a pre-installed compiler, but I haven't done too much work with terminal, apart from Apache work, so I don't know any better.
|
|
|
|
|
|
#9 |
|
Newbie
|
Doesn't matter to me I'm more of a Windows guy, but if I ever get a chance to switch to a mac I really don't know if I would take it. I like the compatability of the Windows platform and if you do things right its not as unstable as everyone makes it out to be.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|