Hi everyone,
I just installed the Apple Developer Tools and the update to it, and I'm trying to compile a simple Hello World type program in OS X from the command line. Unfortunately, I'm being stopped dead in my tracks...
Here's the program:
#include <iostream.h>
void main()
{...