:books: Solutions for C++ Primer 5th exercises.
GCC 4.9+, Clang 3.4+, MSVC 14+, and others.-std=c++11(recommend: -pedantic -Wall) flag for compiling.terminate called after throwing an instance of 'std::bad_alloc
Exercise 9.28(The loop may not stop)
Small modification for answer of Exercise 3.9 - mention `s` is a empty string
An error in exercise 16.28, in file <unique_pointer.h>
Bug report exercise 16.12
Exercise14.43: Confusion with the exercise description
#include<exception>
ex2.31
Ex.7.53 will not compile under the C++14 standard