30,619 downloads Updated: Oct 31st, 2016 Freeware. Review download changelog Images. During the 1990s, Borland 's TurboC++ was a highly popular C++ IDE (integrated development environment) in most. Installing our TurboC++ OS X wrapper app on your Mac is just a matter of clicking Next on each of the installer’s screens.
- Apple XCode for C and C++ If you want to learn to program on a Mac, XCode is the way to go. This tutorial will get you set up to do C or C++ development with XCode, but you can also use XCode for iPhone and iOS development.
- Free C/C++ Compilers and Interpreters. Cilk is an ANSI C-based language that can be used for multi-threaded parallel programming. It 'is especially effective for exploiting dynamic, highly asynchronous parallelism in data-parallel or message-passing style'. Linux/Alpha users can now download and use Compaq's optimising C compiler freely.
I recently bought a macbook and was wondering if I can write C and C++ programs on mac without having to install anything more. Say for Java, mac came with a preinstalled version.
Is it the same for C/C++. if yes, can you pls let me know hoe to compile and run a sample program or if not, can you please let me know what stuff to download?

3 Answers
You need to install the Mac Developer Tools either from your original Mac OS X disk or by downloading the latest version. This package includes the GCC compiler collection (supporting the C and C++ languages, amongst others).
maericsmaericsYou need to install the developer tools, which are on your MacBook DVD. Check for custom installations.
sidyllsidyllYou should install Apple Developers Tools.
Basically you should get a (free) developer account and then download Xcode.
Unfortunately, starting with Xcode 4, Apple is charging 5$ for the download. So you could either decide to pay this, or download the previous version (Xcode 3)
C++ Language Download For Windows 10
The main page for Xcode is this. There you will find links to Xcode 4 and Xcode 3 (search within the page)
sergiosergio