课程介绍:
本课程令編程經驗豐富的 C++ 程序員能夠在短時間內掌握 C++11帶來的嶄新功能,涵蓋「語言特性」和「標準庫更迭」。
C++11是繼C++98之後的第二個標準規格;1.0進化到2.0新添了很多東西。C++14則是對C++11的若干小改善。本課程讓學員對新特性有全面認識,並深入其中最重要的若干主題。
课程对象:
C++ 中高階學員
课程提纲:
* 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.