離開Cloud9後,如何compile C程式呢?

第一次學習C是在CS50學的,而CS50提供Cloud9的IDE服務,方便學習C。

但想說CS50也早已結束,想要獨立在Mac上compile C:

步驟如下:
1. 去App Store下載Xcode。
2. 寫個簡單hello kitty程式。
3. compile有2種方式:
    方式1:直接在Xcode介面按Run的鈕,就會在下方視窗顯示compile完結果,如下圖:
 
 
    方式2:在stackoverflow中偶然看到:
「 You'll need to get a compiler. The easiest way is probably to install XCode development environment from the CDs/DVDs you got with your Mac, which will give you gcc.
因而可打開terminal,然後到C檔案夾的位置,用gcc做compile,如下圖:


這樣就恭喜脫離Cloud9囉,不過Cloud9是個好服務是真的,只是有時就想單純在自己的Mac跑。



留言

熱門文章