C++ 11: User Defined Literals

User defined literals is a new feature in C 11 that allows us to define our own literals. Notes can be downloaded from:
Back to Top