OK, so i wanted to write C++ on OSX. Someone told me to install Xcode, so I did. I opened it up, opened up a new C++ file, and typed a simple program from a tutorial. However, I can't compile it! The menu option for compile is grayed out (in fact all of the build tools are). Why can't I compile it?
Sorry, I have never programmed before (i have only done web design and XML; and a one-week crash course in computer class on C programming). In computer class we had a program (Borlan C or something) where we typed in our code, pressed compile, and ran the programs. That is the extent of my knowledge. Why won't Xcode let me do that, and how do I get it to let me?!?
Thanks.
2007-01-22
10:04:06
·
3 answers
·
asked by
milan
4
in
Computers & Internet
➔ Programming & Design
OSX Tiger come with gcc compiler (thats what i read).
I downloaded the Xcode 900mb file. On the developer website, it just lists Xcode, it doesn't have a download for Xcode tools.
2007-01-22
10:33:50 ·
update #1
OSX Tiger come with gcc compiler (thats what i read).
I downloaded the Xcode 900mb file. On the developer website, it just lists Xcode, it doesn't have a download for Xcode tools.
http://developer.apple.com/tools/download/
Just Xcode. No Xcode tools.
2007-01-22
10:35:16 ·
update #2