【9/7-30】弱勢助學金申請(至30日止)   ♠   【9/25】中秋節 Mid-Autumn Festival (no class)   ♠   【9/28】教師節 Teacher's Day (no class)   ♠   【9/29-11/20】期中教學意見反映(至11月20日止) Mid-term Feedback on Teaching   ♠   【10/9-10】國慶日補假 Holiday-Double Tenth Day (no class)國慶日 Double Tenth Day (no class)   ♠   【10/19-12/4】期中成績預警開始(至12 月4日止) Academic Warning System Starts   ♠   【11/11】全校運動大會(停課一天) Sports Day   ♠   【11/27-12/20】教學意見調查開始(至12月20日止) Online Course Evaluation (11/27-   ♠   【12/21-24】期末考試開始(至24日止) Final Exams   ♠   【12/25】行憲紀念日 Constitution Day   ♠   【12/28】寒假開始 Winter Break Begins   ♠  

Title

第8講 C++ 簡介 : C 與 C++的一些差異

第1節

L8A

第2節

L8B

第3節

L8C

第4節

L8D

Syllabus

章節大綱

C++ 簡介 : C 與 C++的一些差異
    Introduction to C++ : Differences between C and C++

L8_A
         #include<> 和 std::
         (#include<> & std::)
         字串
         (String)
         新的型別Auto
         (New type "Auto")
         以值域為基礎的 for 迴圈
         (Range-based for loop)

 
L8_B
         新的型別 Reference & : 傳參考
         (New type "Reference &" : call-by-reference)


L8_C
         Lambda functions
         (Lambda functions)
 
L8_D
         Classes : 利用class定義新的型別 complex
         (Classes : Use class to define a new type "complex" )
          -Public 和 private函數
          (-Public & private functions)
         -建構子
          (-Constructors)
         -定義complex的operator
          (-Define operators for complex )