1 / 29

BloodshedSoftware Dev-C++ 使用簡介

BloodshedSoftware Dev-C++ 使用簡介. 鄧姚文 http://www.ywdeng.idv.tw. 簡介. Dev-C++ is an full-featured Integrated Development Environment (IDE) for Win32. It uses GCC, Mingw or Cygwin as compiler and libraries set. 來源 http://sourceforge.net/projects/dev-cpp/ http://www.bloodshed.net/. 安裝.

xarles
Download Presentation

BloodshedSoftware Dev-C++ 使用簡介

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. BloodshedSoftware Dev-C++使用簡介 鄧姚文 http://www.ywdeng.idv.tw

  2. 簡介 • Dev-C++ is an full-featured Integrated Development Environment (IDE) for Win32. It uses GCC, Mingw or Cygwin as compiler and libraries set. • 來源 • http://sourceforge.net/projects/dev-cpp/ • http://www.bloodshed.net/

  3. 安裝 • 下載並執行devcpp4990setup.exe(2004年7月最新的版本為4.9.9.0) • 已經安裝過舊版者,要移除舊版再裝新版。

  4. 安裝(續)

  5. 安裝(續)

  6. 安裝(續)

  7. 安裝(續)

  8. 安裝(續)

  9. 安裝(續)

  10. 安裝(續)設定成繁體中文介面

  11. 安裝(續)同意掃瞄標頭檔

  12. 安裝(續)同意建立快取

  13. 安裝(續)

  14. 安裝(續)

  15. 安裝(續)完成

  16. 使用範例:Hello World!

  17. 儲存檔案

  18. 儲存檔案(續)

  19. 編譯程式

  20. 編譯程式(續)

  21. 執行

  22. 執行結果

  23. 故意漏打分號! 除錯

  24. 發現在第7行之前有錯誤! 請於第6行末加上分號,再編譯、執行(或按F9) 除錯(續)

  25. 線上說明文件

More Related