A collection of resources on modern C++.
- Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14
- Presentation Materials: Overview of the New C++
- Andrzej's C++ blog - Guidelines and thoughts about C++.
- C++ Hints - Common mistakes and their solutions.
- Embedded in Academia - John Regehr, Professor of Computer Science, University of Utah, USA.
- Guru of the Week - A regular series of C++ programming problems created and written by Herb Sutter.
- Marshall's C++ Musings
- Preshing on Programming
- Simplify C++ - Write clean and maintainable C++.
- Sticky Bits - A blog looking at developing software for real-time and embedded systems.
- Sutter's Mill - Herb Sutter on software development.
- The View from Aristeia -Scott Meyers' Professional Activities and Interests.
- Visual C++ Team Blog
- CppCon - The C++ Conference.
- Meeting C++ - A independent C++ Conference.
- C++ Now - A gathering of C++ experts and enthusiasts.
- Boost - Collection of C++ libraries.
- C++ Format - Small, safe and fast formatting library for C++.
- Catch - A modern, C++-native, header-only, framework for unit-tests, TDD and BDD.
- ChaiScript - An easy to use embedded scripting language for C++.
- Duktape - An embeddable Javascript engine, with a focus on portability and compact footprint.
- Folly - Facebook Open-source Library.
- Junction - Concurrent data structures in C++.
- cereal - A C++11 library for serialization.
- json - JSON for Modern C++.
- pybind11 - Seamless operability between C++11 and Python.
- tinyformat.h - Minimal, type safe printf replacement library for C++.
- C++ Core Guidelines - Guidlines for using modern C++.
- C++ Subreddit
- C++ Super-FAQ - The C++ Super-FAQ.
- C++ reference - C++ reference.
- C++11 FAQ
- The C++ Programming Language - News, Status & Discussion about Standard C++.
- CppCon 2014: Bjarne Stroustrup "Make Simple Tasks Simple!"
- CppCon 2014: Herb Sutter "Lock-Free Programming (or, Juggling Razor Blades), Part I"
- CppCon 2014: Herb Sutter "Lock-Free Programming (or, Juggling Razor Blades), Part II"
- CppCon 2015: Bjarne Stroustrup "Writing Good C++14"
- CppCon 2015: Herb Sutter "Writing Good C++14... By Default"
- CppCon Talks - Talks from the C++ Conference.
- code::dive conference 2015 - Andrei Alexandrescu - Writing Fast Code I
- code::dive conference 2015 - Andrei Alexandrescu - Writing Fast Code II
- Going Native 2012 Variadic Templates are Funadic
- CMake - Cross-platform family of tools designed to build, test and package software.
- clang-tidy - A clang-based C++ "linter" and static analysis tool.
- clang-format - A tool to format C++ code.
- irony-mode - A C/C++ minor mode for Emacs powered by libclang.