Skip to main content

C++ talking

Дата: 
7 Jun 2011, Tue, 12:00
Докладчик: 
Valery Lesin
  • compiling and linking (inline functions, anonymous namespaces, ...)
  • memory allocation (stack n heap)
  • function arguments and return
  • virtual function call
  • constructors, destructor and operators
  • template instantiation
  • template specialization
  • RAII and smart pointers (shared_ptr, scope_ptr), noncopyable
  • iterator (erase, reverse, ...)
  • swap trick
  • stl algorithms and containers (?)
  • C++0x features (constructor from constructor, anonymous functions, ...)
  • boost lib (bind, function, optional, filesystem, ...)