I cant download the program for my Mac | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

26th Sep 2017, 11:06 PM
Alex Ayrs
Alex Ayrs - avatar
8 Answers
+ 7
Program - Are you referring to SoloLearn?
26th Sep 2017, 11:28 PM
Hatsy Rei
Hatsy Rei - avatar
27th Sep 2017, 2:09 AM
Hatsy Rei
Hatsy Rei - avatar
+ 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.
27th Sep 2017, 4:35 AM
RUB1C0N
0
No there is a program for c++ that has a compiler and a IDE
26th Sep 2017, 11:33 PM
Alex Ayrs
Alex Ayrs - avatar
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).
26th Sep 2017, 11:35 PM
Alex Ayrs
Alex Ayrs - avatar
0
Code blocks
26th Sep 2017, 11:35 PM
Alex Ayrs
Alex Ayrs - avatar
0
Ok thanks could tell me how to use it for Xcode i have the latest version
27th Sep 2017, 4:36 AM
Alex Ayrs
Alex Ayrs - avatar
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!
27th Sep 2017, 4:27 PM
RUB1C0N