Hi and welcome!
This site is a resource for helping you write modern, efficient C++. We focus on writing clean, maintainable C++ code with help of the features introduced in C++11 and C++14. My goal with this site is to make you king of C++ and help you to easily write safe and efficient code. We continuously update the site with more and better info on how to write quality C++ code.
Within C++, there is a much smaller and cleaner language struggling to get out.
Bjarne Strostrup, creator of C++
Some of the contents here, just to get you started:
C++ concepts
Containers in the standard library
- std::vector – The universal data container.
- std::map – The C++ dictionary.
- std::array – Modernizing C style arrays.