Changes between Version 4 and Version 5 of exam_second


Ignore:
Timestamp:
06/17/16 15:02:04 (8 years ago)
Author:
Evgeny Linsky
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • exam_second

    v4 v5  
    7676
    7777}}}
     78
     79Материалы по результатам консультации:
     80* общие вопросы C++11 [http://sergeyteplyakov.blogspot.ru/2012/05/c-11-faq.html#language]
     81* множественное наследование (вариант 1 [http://amse.ru/courses/cpp1/2010.05.14.html], вариант 2 [http://amse.ru/courses/cpp1/2010.05.14.html])
     82* SFINAE [https://oopscenities.net/2012/06/02/c11-enable_if/]
     83* RVO [http://alenacpp.blogspot.ru/2008/02/rvo-nrvo.html]
     84* манипуляторы хhttp://stackoverflow.com/questions/4633864/how-do-the-stream-manipulators-work]
     85* variadic templates [http://eli.thegreenplace.net/2014/variadic-templates-in-c/]
     86* rvalue/lvalue [http://eli.thegreenplace.net/2011/12/15/understanding-lvalues-and-rvalues-in-c-and-c]
     87* conditional variable [http://baptiste-wicht.com/posts/2012/04/c11-concurrency-tutorial-advanced-locking-and-condition-variables.html]