0
I cant download the program for my Mac
It says there isnt enught people downaloding this program so they took it down.Any other programs i could use or anyway to fix this
8 Answers
+ 7
Program - Are you referring to SoloLearn?
+ 1
You could also take a look at Eclipse IDE for C/C++
https://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/keplersr2
Xcode works too, but if you don't have it already you'll have to upgrade to macOS 10.12 to install it.
0
No there is a program for c++ that has a compiler and a IDE
0
To download Code::Blocks, go to http://www.codeblocks.org/, Click the Downloads link, and choose "Download the binary release".
Choose your OS and download the setup file, which includes the C++ compiler (For Windows, it's the one with mingw in the name).
0
Code blocks
0
Ok thanks could tell me how to use it for Xcode i have the latest version
0
To install Xcode go to the mac app store and download it, or go to the link that Hatsy gave in her post. Once installed, open Xcode and select "Create a new Xcode project." Next, select > macOS > Command Line Tool and hit next. Then, select > language > C++. Then just add the rest of the details to your project like Product name (e.g. HelloWorld), Organization name (your name), and Organization identifier (com.yourname.ProductName). Hope that helps you out. Have fun!