Dev-C++ 設定
Dev-C++ 是一款易上手的 IDE ,適合新手入門時使用。
Dev-C++下載連結
下載後執行 .exe 檔,並按步驟點選「同意」完成安裝。
安裝完成後開啟軟體,介面如下:
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
基本設定
語言切換
工具(Tools) -> 環境選項(Environment options)-> 語言(Language)-> Chinese(TW)
初始設定為英文,可自行切換為中文或其他語言
版面配色
工具 -> 編輯器選項 -> 語法顏色
可以自行調整文字和背景,或是點擊左下角顏色快速設定
字體大小
工具 -> 編輯器選項 -> 字型
在這裡可以調整字體大小,而左側的字型建議使用預設的 Consolas 就好,不用多做更動
程式編譯及執行
在 Dev-C++ 中,有三種方式可以開啟一份新檔案:
- 點擊檔案 -> 開新檔案 -> 原始碼
- 檔案下方空白圖示
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
-> 原始碼
- 快捷鍵(CTRL+N)
程式編寫完畢後,按下 F11 或是
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
就能進行編譯