The article is clear that this is about C# not C++. Is the romance for managed languages wearing off - I wonder what issues they are seeing.
Microsoft is big in C++, but they are also pushing C++ to be a lot safer. Modern C++ isn't as safe as rust, but it is still much safer than C or C++98.
As a C++ developer memory safety catches my attention. I keep rejecting code reviews - in 2024! - because of naked new. Since experience proves I can't get people to use the memory safety modern C++ offers I need to force the issue.
unfortunaty rust has other choices that don't play well with our existing C++ so it will be a long road.