I would like xCode for C++ programming on my mac but it is a snow leopard and the version in the app store is only for lion and above. Is there a way to get xCode without paying $30 for lion or becoming an apple developer?
Asked
Active
Viewed 676 times
-1
-
1Its Xcode, not xCode or XCode. – JustSid Dec 15 '11 at 21:19
-
You have more than double the required reputation to fix that yourself, @Just. – Rob Kennedy Dec 15 '11 at 22:30
-
possible duplicate of [Snow Leopard Version of XCode](http://stackoverflow.com/questions/6919903/snow-leopard-version-of-xcode) – Brad Larson Dec 15 '11 at 23:03
-
@RobKennedy If I would fix it, chances are that the OP wouldn't even notice it ;) – JustSid Dec 16 '11 at 00:03
4 Answers
2
Visit the Apple Developer Website. There you can download a version Xcode v4.2 for Snow Leopard.

Mark Granoff
- 16,878
- 2
- 59
- 61
0
You can download XCode 3 from the apple developer centre if you sign in with a free developer account.

CDeans
- 21
- 3
0
Xcode is on your Snow Leopard DVD. The version of Xcode that comes with the Snow Leopard DVD should be good enough for C++ programming. You can also go to connect.apple.com to download newer versions of Xcode that run on Snow Leopard.

Swift Dev Journal
- 19,282
- 4
- 56
- 66
0
Paying $30 for Lion or getting a free ADC account are the only ways to legally get the current version. As Mark Syzmczyk mentions, you will also have a copy on your Snow Leopard DVD that will develop Objective-C and C++ software perfectly well with the OS X SDK it was shipped with.

rvalue
- 2,652
- 1
- 25
- 31