I've downloaded and installed the developer tools, with everything appearing to go well. But there is no gcc installed that I can see, only something called 'cc'. Is 'cc' gcc? The documentation is all about gcc, so I am kind of assuming that it is.
If 'cc' is 'gcc', how do I compile c++ programs with it? What library do I link in? (there is no libg++)
If 'cc' is not 'gcc', where can I get it?
Hope someone can enlighten me on this.