My team is about to embark upon a C++ project. The compiler will be gcc 4.8.x, and supports C++11. So I've bought Stroustrup's "C++ Programming language 4th Edition", and Scott Meyer's "Effective Modern C++".
I've got some reading to do.
What's the state of tools related to encouraging / enforcing modern C++ style?
Edit: grammar.
You should check out
clang-tidy: http://clang.llvm.org/extra/clang-tidy/
clang-format: http://clang.llvm.org/docs/ClangFormat.html
C++ Core Guidelines: https://github.com/isocpp/CppCoreGuidelines
C++ Core Guidelines Checkers for VS 2015 Update 1: https://blogs.msdn.microsoft.com/vcblog/2015/12/03/c-core-gu...