auto
.auto
от вывода типа шаблона.std::initializer_list
.<functional>
. std::bind
.Код программы markovka: https://github.com/be9/oopcode/tree/master/markovka
all_of
, any_of
, none_of
.copy_if
.transform
.generate
и fill
.remove_if
.catch (...)
.unique_ptr
.Код из лекции: https://github.com/be9/oopcode/tree/master/lection_1_07
Справка по algorithm
: http://www.cplusplus.com/reference/algorithm/
Справка по unique_ptr
: http://www.cplusplus.com/reference/memory/unique_ptr/