C++11/14新特性培训

课程介绍
本课程令編程經驗豐富的 C++ 程序員能夠在短時間內掌握 C++11帶來的嶄新功能,涵蓋「語言特性」和「標準庫更迭」。
 C++11是繼C++98之後的第二個標準規格;1.0進化到2.0新添了很多東西。C++14則是對C++11的若干小改善。本課程讓學員對新特性有全面認識,並深入其中最重要的若干主題。
课程特色:
只談新特性,區分 "語言內核" 及 "標準庫" 兩大方向。短短六小時給學員以新特性之大局觀及若干深入探討。

课程对象
C++ 中高階學員

培训时长1天

传统的面对面授课方式。

 

课程大纲:

* C++11/14 Overview.
* About Core Languer : auto, Uniform Initialization, Ranged-Based for Loops, Lambdas, Move Semantics and Rvalue References, constexpr, decltype, Variadic Templates...
* About Standard Library: Tuples, Type Traits, Unordered Containers, A good enough hash function provided by BOOST,
* Introductions of Clocks & Times, Using Lambdas as Functors...
* Introductions of Concurrency & Multithreading, Regular Expressions.