Does anyone use MPW GM on the Mac? I'm having problems.
This is a discussion on Mpw Gm within the C++ Programming forums, part of the General Programming Boards category; Does anyone use MPW GM on the Mac? I'm having problems....
Does anyone use MPW GM on the Mac? I'm having problems.
#include <iostream.h>
int main()
{
cout<<"Hello";
return 0;
}
sorry about bumping this but has no-one ever used MPW before?
#include <iostream.h>
int main()
{
cout<<"Hello";
return 0;
}