150 likes | 275 Views
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
E N D
Chapter 2 基本程式語言簡介 • 程式語言簡介 • C++ Builder 基本概念 • 物件與事件基本觀念 • Integrated Development Environment • C++ Builder 的環境解說 Windows Processing Design
程式語言簡介 • 低階語言 (Assembly Language) • C 語言 • C++ • Microsoft Visual Basic • Microsoft Visual C++ • Delphi • Borland C++ Builder (BCB) Windows Processing Design
C++ Builder 基本概念 • C and C++ Language • 物件(Object-Based)的程式設計 • What You See Is What You Get • 輸出入介面設計簡單 • Hardware • Integrated Development Environment(IDE) 整合開發環境 Windows Processing Design
物件與事件基本觀念 • 物件 (Object) • 屬性 (Property) • 事件 (Event) • 方法 (Method) Object Windows Processing Design
物件與事件基本觀念 cont. Function Event C++ Builder Windows 程式 Microsoft windows OS User Windows Processing Design
Integrated Development Environment Windows Processing Design
C++ Builder 的環境解說 • 主視窗(Main Windows) • 物件檢視器(Object Inspector) • 設計表單(Form) • 程式碼編輯器(Code Editor) • 專案管理員(Project Manager) Windows Processing Design
主視窗 (Main Windows) • 功能表區- 專案管理快速功能鍵- 設計表格快速功能鍵 (View Tool)- 偵錯快速功能鍵 (Debug Tool) Windows Processing Design
主視窗 (Main Windows) cont. • 元件控制板 (Component Palette)- 多頁次元件控制板- 視覺化元件- 非視覺化元件- 軟體IC Windows Processing Design
物件檢視器(Object Inspector) • 物件清單 • 屬性 (Properties) • 事件 (Events) Windows Processing Design
設計表單(Form) Windows Processing Design
程式碼編輯器(Code Editor) Windows Processing Design
專案管理員(Project Manager) • View -> Project Manager Windows Processing Design
專案管理員(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
專案管理員(Project Manager)cont. • 修改、新增、移除專案 Windows Processing Design