我的朋友有真正的Macintosh IIci,在68k處理器下使用Mac系統7.5.5,然後我安裝了Metrowerks C/C++版本1, m到處錯誤,即使在一個簡單的Hello World程序:開發使用MetroWerks的C/C++資源C/C++
#include <stdio.h>
int main(void)
{
printf("Hello, World!");
return 0;
}
我得到這個錯誤:
·· Link Error : LinkError:hello.c: 'printf' referenced from 'main' is undefined.
所有幫助將是一個進步。謝謝。
在問題中添加,對不起,這是因爲我需要打電話給我的朋友嘗試編譯程序並說錯誤。 – 2009-10-27 23:31:56
夥伴你帶回了一些回憶 – hhafez 2009-10-27 23:45:47
堆棧溢出似乎無意中打開了一個到1992年的套接字連接。 – 2009-10-27 23:54:18