課程介紹:
本課程令編程經(jīng)驗(yàn)豐富的 C++ 程序員能夠在短時(shí)間內(nèi)掌握 C++11帶來的嶄新功能,涵蓋「語言特性」和「標(biāo)準(zhǔn)庫更迭」。
?
C++11是繼C++98之後的第二個(gè)標(biāo)準(zhǔn)規(guī)格;1.0進(jìn)化到2.0新添了很多東西。C++14則是對(duì)C++11的若干小改善。本課程讓學(xué)員對(duì)新特性有全面認(rèn)識(shí),並深入其中最重要的若干主題。
?
課程對(duì)象:
C++ 中高階學(xué)員
課程提綱:
* 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.