From 52c951b335889d2519df72c19c0a8e9d3ea6eca4 Mon Sep 17 00:00:00 2001 From: Miguel Nischor Date: Sat, 6 Jan 2024 19:36:24 -0400 Subject: [PATCH] Added C++ team blog (#1487) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75af5aa..fd3be0f 100644 --- a/README.md +++ b/README.md @@ -1408,6 +1408,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [Sutter’s Mill](https://herbsutter.com/gotw/) * [Vorbrodt's C++ Blog](https://vorbrodt.blog/) * [foonathan::blog()](https://foonathan.net/index.html) +* [C++ Team Blog](https://devblogs.microsoft.com/cppblog/) - Dev blog from the Microsoft Visual C++ team ## Other Awesome Projects *Collection of useful codes, snippets, ...*