1 / 21

VC 程式設計 Base II

VC 程式設計 Base II. 報告者: Jerry Chen TEL : 0939-109232 Email: Jerry@dtek.com.tw. Contents. 函數與變數複習介紹. 實機展示 RS232 controller 設計. Q&A. 宣告 & 定義. 函數宣告構造 (Function declaration syntax). 變數宣告構造 (Variable declaration syntax). Visual C++ 範例. Hello Word 範例. 5. New project.

onawa
Download Presentation

VC 程式設計 Base II

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. VC 程式設計 Base II 報告者:Jerry Chen TEL:0939-109232 Email: Jerry@dtek.com.tw

  2. Contents 函數與變數複習介紹 實機展示 RS232 controller 設計 Q&A

  3. 宣告 & 定義 函數宣告構造(Function declaration syntax) 變數宣告構造 (Variable declaration syntax)

  4. Visual C++ 範例 Hello Word範例 5

  5. New project

  6. New a MFC AppWizard (exe) project

  7. Single document type

  8. RS232光源控制範例 Include Lighting Class Create Message Map (Function declaration & implement)

  9. 資源建立

  10. 訊息串流建立

  11. Q&A

More Related