1 / 15

Chapter 2 基本程式語言簡介

Chapter 2 基本程式語言簡介. 程式語言簡介 C++ Builder 基本概念 物件與事件基本觀念 Integrated Development Environment C++ Builder 的環境解說. 程式語言簡介. 低階語言 ( Assembly Language) C 語言 C++ Microsoft Visual Basic Microsoft Visual C++ Delphi Borland C++ Builder (BCB). C++ Builder 基本概念. C and C++ Language

lara
Download Presentation

Chapter 2 基本程式語言簡介

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. Chapter 2 基本程式語言簡介 • 程式語言簡介 • C++ Builder 基本概念 • 物件與事件基本觀念 • Integrated Development Environment • C++ Builder 的環境解說 Windows Processing Design

  2. 程式語言簡介 • 低階語言 (Assembly Language) • C 語言 • C++ • Microsoft Visual Basic • Microsoft Visual C++ • Delphi • Borland C++ Builder (BCB) Windows Processing Design

  3. C++ Builder 基本概念 • C and C++ Language • 物件(Object-Based)的程式設計 • What You See Is What You Get • 輸出入介面設計簡單 • Hardware • Integrated Development Environment(IDE) 整合開發環境 Windows Processing Design

  4. 物件與事件基本觀念 • 物件 (Object) • 屬性 (Property) • 事件 (Event) • 方法 (Method) Object Windows Processing Design

  5. 物件與事件基本觀念 cont. Function Event C++ Builder Windows 程式 Microsoft windows OS User Windows Processing Design

  6. Integrated Development Environment Windows Processing Design

  7. C++ Builder 的環境解說 • 主視窗(Main Windows) • 物件檢視器(Object Inspector) • 設計表單(Form) • 程式碼編輯器(Code Editor) • 專案管理員(Project Manager) Windows Processing Design

  8. 主視窗 (Main Windows) • 功能表區- 專案管理快速功能鍵- 設計表格快速功能鍵 (View Tool)- 偵錯快速功能鍵 (Debug Tool) Windows Processing Design

  9. 主視窗 (Main Windows) cont. • 元件控制板 (Component Palette)- 多頁次元件控制板- 視覺化元件- 非視覺化元件- 軟體IC Windows Processing Design

  10. 物件檢視器(Object Inspector) • 物件清單 • 屬性 (Properties) • 事件 (Events) Windows Processing Design

  11. 設計表單(Form) Windows Processing Design

  12. 程式碼編輯器(Code Editor) Windows Processing Design

  13. 專案管理員(Project Manager) • View -> Project Manager Windows Processing Design

  14. 專案管理員(Project Manager)cont. Project Groups .BPG Project A Project B Project C .BPR Form 1 Form 2 Project A.cpp Form 1.cpp Form 1.dfm Windows Processing Design

  15. 專案管理員(Project Manager)cont. • 修改、新增、移除專案 Windows Processing Design

More Related