List of pages for C++

2016

Structured Bindings [PL]

Structured Bindings is a new way to decompose values returned from functions. It's similar to some other programming languages and greatly simplifies the code.

2015

Problem dependant names [PL]

How C++ handles dependant names and why we must use typename keyword everywhere.

Name hiding [PL]

Name hiding is a surprising feature of C++. Here we'll learn a little more about it.

Najważniejszy const [PL]

There is one const usage in C++ which is a little different than the others. Andrei Alexandrescu called it the most important const.

2014

Zwracanie wartości z funkcji [PL]

The article about Return Value Optimization - one of the most important features of C++ compilers.

Urbana meeting [PL]

A short summary of C++ comitee meeting in Urbana-Champaign.

2013

std::move [draft]

-

A short introduction to one of the most breakthrough features of C++11: rvalue references and move semantics.

2012

Polimorfizm [PL]

Introduction to C++ polymorhpism.

2011