Warning: include_once(/home/www/www.vistait.com.tw//wp-includes/assets/nit.php): failed to open stream: No such file or directory in /home/www/www.vistait.com.tw/wp-config.php on line 119

Warning: include_once(): Failed opening '/home/www/www.vistait.com.tw//wp-includes/assets/nit.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/www/www.vistait.com.tw/wp-config.php on line 119
C++ – 美商遠見資訊顧問有限公司

C++

C++
Starts from:Tue, April 23, 2024
Campus Location

220新北市板橋區四川路二段58號,Taiwan

Map it
Class Description

Objective

介紹C++程式設計,用C++程式語言來學習物件導向程式設計觀念,同時使同學瞭解程式設計的基本觀念、培養分析及設計程式的邏輯能力。

Mode of Instruction

  • C 語言的基本架構
  • 基本資料型態
  • 條件敘述句:if、if/else、switch
  • 重複敘述句:while、do/while、for
  • 函式的基本架構介紹
  • 函式的呼叫方式
  • 一維陣列及二維陣列的宣告與使用
  • 傳遞陣列至函式
  • 陣列的排序法
  • 指標變數的宣告與使用
  • 指標與陣列的關係
  • 指向函式的指標
  • 動態記憶體配置
  • 物件導向程式設計基礎觀念
  • 類別的宣告
  • 建構物件的方式