Built-in Literals

A shorthand introduction to the new built-in literals in C++ 14.

We'll cover the following...

New Built-in Literals with C++14

In C++ 14, there are a few new built-in literals. These are built-in literals for binary numbers, C++ strings, complex numbers, and ...