In a nutshell

The task is to describe and evaluate the new \Cplusplus14 standard and compare its properties in comparison with older versions of C++ and potentially rival languages.

Background & motivation

C++14 is a quite recent formulation of the widely used object-oriented programming language C++. It’s a minor extension of the important C++11 standard, which is widely established and a major step forward compared to earlier C++-versions.

The thesis will investigate these modern version of the language focusing on various aspects.

  • additional language features
  • usability
  • code complexity
  • performance

Furthermore, a discussion of the forthcoming C++17 standard is planned.

Comments