1 / 29
BloodshedSoftware Dev-C++ 使用簡介
300 likes | 451 Vues
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/. 安裝.
Télécharger la présentation
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
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/
安裝 • 下載並執行devcpp4990setup.exe(2004年7月最新的版本為4.9.9.0) • 已經安裝過舊版者,要移除舊版再裝新版。
故意漏打分號! 除錯
發現在第7行之前有錯誤! 請於第6行末加上分號,再編譯、執行(或按F9) 除錯(續)
More Related