C++ Compiler

Jump to First Reply
Posted:
in Mac Software edited January 2014
Hey, I have decided to learn how to program in C++ (and eventually beyond). I realize that i will need a compiler though (duh). Does anyone know a good (preferably free) compiler that will work with OS X? Also if anyone knows a good place to start, please let me know.



Thanks!

Comments

  • Reply 1 of 3
    A C++ compiler comes with OS X already. Install the developer tools that came with either the computer or the OS (depending on which you bought) and you are good to go. You can use g++ from the command line, or use Xcode for your IDE to do C++ programming.
     0Likes 0Dislikes 0Informatives
  • Reply 2 of 3
    damn this thing has everything built-in! (recently Switched) Thanks!
     0Likes 0Dislikes 0Informatives
  • Reply 3 of 3
    Kinda nice not having to lay out $600 to get developer tools huh?
     0Likes 0Dislikes 0Informatives
Sign In or Register to comment.