vote up 5 vote down star

I teach a C++ course using Visual Studio. One of my students has a Mac, and was looking for an IDE to use on his machine. What would be good to recommend?

flag

!!! :) applause for not imposing a hardliner Visual-Studio-only regulation – que que Oct 23 '08 at 15:59

8 Answers

vote up 21 vote down check

Xcode which is part of the MacOS Developer Tools is a great IDE. There's also NetBeans and Eclipse that can be configured to build and compile C++ projects.

link|flag
(rhetorical) how can you beat Xcode as the answer to JohnMcG's question? you can't! Xcode is FREE (to mac owners), and while it simplifies and streamlines what gcc and gdb are doing for you, it is built on gnu, so you can easily "drop down a level" to straight gcc and gdb at any time! – que que Oct 23 '08 at 15:57
vote up 3 vote down

Emacs! Eclipse might work too.

link|flag
vote up 2 vote down

XCode is free and good, which is lucky because it's pretty much the only option on the Mac.

link|flag
Eclipse is also an option but XCode is also good. – JR Lawhorne Oct 21 '08 at 3:20
vote up 2 vote down

It's not really an IDE per se, but I really like TextMate, and with the C++ bundle that ships with it, it can do a lot of the things you'd find in an IDE (without all the bloat!).

link|flag
I agree, unlike XCode, emacs etc. it's not free though... – Pieter Oct 21 '08 at 8:02
vote up 2 vote down

Code::Blocks is cross-platform, using the wxWidgets library. It's the one I use.

link|flag
vote up 2 vote down

If you are looking for a full-fledged IDE like Visual Studio, I think Eclipse might be your best bet.

Eclipse is also highly extensible and configurable.

See here: http://www.eclipse.org/downloads/

link|flag
vote up 1 vote down

Another (albeit non-free) option is to install VMware Fusion or Parallels Desktop on the Mac and run Windows with Visual Studio in a VM.

This works really pretty well. The downsides are:

  • it'll cost money for the virtual machine software and Windows (the school may have some academic licensing that may help here)
  • the Mac needs to be an x86 Mac with a fair bit of memory

The upside is that you and the student don't need to hassle with differences in the IDE that may not be accounted for in your instruction materials.

link|flag
vote up 0 vote down

I'm going to agree with the crowd and suggest XCode. Take note that if he's still running MacOS 10.4, he won't be able to get the newest version of XCode.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.