1 / 8

C++ 程式設計入門

C++ 程式設計入門. 環境介紹 作者:黃建庭. Dev-C++ 下載與安裝. 下載 http://sourceforge.net/projects/dev-cpp/ 安裝. 介面語系 修改. 工具 -> 環境選項. 程式碼字體大小. 工具 -> 編輯器選項. 操作環境介紹. 新增檔案 儲存檔案. 第ㄧ個程式. #include <iostream> using namespace std; int main(){ cout << "Hello,C++" << endl; system("pause"); }. 編譯執行與除錯.

dorian-bird
Download Presentation

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. C++程式設計入門 環境介紹 作者:黃建庭

  2. Dev-C++下載與安裝 • 下載 • http://sourceforge.net/projects/dev-cpp/ • 安裝

  3. 介面語系修改 • 工具->環境選項

  4. 程式碼字體大小 • 工具->編輯器選項

  5. 操作環境介紹 • 新增檔案 • 儲存檔案

  6. 第ㄧ個程式 #include <iostream> using namespace std; int main(){ cout << "Hello,C++" << endl; system("pause"); }

  7. 編譯執行與除錯 • 執行->編譯 • 執行->執行 • 除錯->除錯

  8. 參考網站 • C++ reference • http://www.cplusplus.com/reference/

More Related