C++
C++
- Subject: C++
- From: digish reshamwala <email@hidden>
- Date: Fri, 13 Aug 2004 14:50:38 -0700
- Priority: normal
Hey..
How do I compile & run simple C++ program in Mac OS X Panther??
The program is:
#include <iostream.h>
int main()
{
cout << "Hello World!" << endl;
return 0;
}
Please reply soon!
The g++ or gcc under terminal doesn't seems to work.
thanks,
-digish
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
- Follow-Ups:
- Re: C++
- From: Syd Polk <email@hidden>