Resources
Curated tools, books, compilers, and links for C++ developers.
Compilers
IDEs & Editors
Lightweight editor with excellent C++ extensions. Free and cross-platform.
Professional C++ IDE from JetBrains. Powerful refactoring and debugging.
Full-featured IDE for Windows. Community edition is free.
Online Tools
See assembly output from multiple compilers. Essential for optimization work.
Online benchmarking tool for C++ code snippets.
See what the compiler does with your code (template expansion, etc.).
Online compiler supporting many C++ standards and compilers.
Books
Concise overview of modern C++ by the language creator.
42 specific ways to improve your C++11 and C++14 code.
Definitive guide to multithreading and concurrency in C++.
Comprehensive reference from the language creator.
References
The definitive C++ reference. Accurate, comprehensive, and regularly updated.
Official home of C++. News, FAQs, and the C++ Core Guidelines.
Best practices and guidelines from Bjarne Stroustrup and Herb Sutter.