diff --git a/README.md b/README.md index 5e4d94a..764fa62 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ # C++ QUICK REFERENCE / C++ CHEATSHEET Based on Phillip M. Duxbury's C++ Cheatsheet and edited by Morten Nobel-Jørgensen. -The cheatsheet focus is on C++ - not on the library. +The cheatsheet focus is on C++ - not on the standard library. C++11 additions is inspired by ISOCPP.org C++11 Cheatsheet). -The goal is to give a concise overview of basic, modern C++. +The goal is to give a concise overview of basic, modern C++ (C++14). The document is hosted on https://github.com/mortennobel/cpp-cheatsheet. Any comments and feedback are appreciated.