C++ Resources - A curated list of cpp resources for developers.
This is a curated list of resource to help developers.
This list is modified and updated on an ongoing basis.
Taken from Wikipedia for Herb Sutter
Herb Sutter is a prominent C++ expert. He is also a book author and was a columnist for Dr. Dobb's Journal. He joined Microsoft in 2002 as a platform evangelist for Visual C++.NET, rising to lead software architect for C++/CLI. Sutter has served as secretary and convener of the ISO C++ standards committee for over 10 years.
https://herbsutter.com/category/c/
-----------------------------------------------------------------------------------------
"Fluent C++" by Jonathan Boccara
Blog Link: https://www.fluentcpp.com/
"Fluent C++" is a blog by Jonathan Boccara that focuses on modern C++ programming techniques and best practices. The blog covers a wide range of topics, including C++ features, code design, performance optimization, and the effective use of the C++ Standard Library. It provides in-depth explanations and practical examples to improve your C++ coding skills.
-----------------------------------------------------------------------------------------
Book by Herb Sutter on Amazon:
-----------------------------------------------------------------------------------------
"isocpp.org" is the official blog of the C++ Standards Committee. It features articles and announcements related to C++ standards, language features, conferences, and community news. The blog serves as an authoritative source for staying up to date with the latest developments in the C++ programming language.
-----------------------------------------------------------------------------------------
"C++ Team Blog" by Microsoft Visual C++ Team
Blog Link: https://devblogs.microsoft.com/cppblog/
The "C++ Team Blog" by Microsoft Visual C++ Team offers insights, tips, and updates about C++ development with a particular focus on Microsoft technologies and tools. It covers various aspects of C++ programming, including language features, tooling, libraries, and performance improvements.
-----------------------------------------------------------------------------------------
CppCon is the annual, week-long online face-to-face gathering for the entire
C++ community. The conference is organized by the C++ community for the
community. You will enjoy inspirational talks and a friendly atmosphere
designed to help attendees learn from each other, meet interesting
people, and generally have a stimulating experience. Taking place this
year online and in Aurora, Colorado, near the Denver airport, and
including multiple diverse tracks, the conference will appeal to anyone
from C++ novices to experts.
-----------------------------------------------------------------------------------------
Compiler Explorer is an interactive online compiler which shows the assembly output of compiled C++, Rust, Go (and many more) code.
-----------------------------------------------------------------------------------------
"C++ Weekly" YouTube Channel by Jason Turner
YouTube Channel Link: https://www.youtube.com/c/JasonTurner-lefticus
"C++ Weekly" is a YouTube channel hosted by Jason Turner, an experienced C++ developer and trainer. The channel focuses on providing weekly bite-sized videos on various C++ topics, including language features, libraries, tools, and programming techniques. Each video offers concise explanations and practical examples, making it a great resource for learning and staying up to date with the latest in C++.
-----------------------------------------------------------------------------------------
DevTopics is a high-level and sometimes satirical look at software
development and computer technology. DevTopics is written by Tim Toady,
the founder of Browserling Inc, a cross-browser testing company. When we occasionally dive into the details, it's usually about C# and .NET programming. (More)
-----------------------------------------------------------------------------------------
Github repo
-----------------------------------------------------------------------------------------
C++ Tips of the week
-----------------------------------------------------------------------------------------
Blog
Resources that help you delve into C++
-----------------------------------------------------------------------------------------
Blog
A curated list of the books/courses/blogs/tools and websites I strongly recommend for improving your programming skills - by Bartlomiej Filipek.
-----------------------------------------------------------------------------------------
Comments
Post a Comment